Hello,
I am trying to delete a folder via rclone delete but I get an error.
This is my command:
rclone delete gcrypt:shared/Multimedia/Video/Test Videos etc --config /share/CACHEDEV1_DATA/rclone/rclonegdrivebackup.conf --log-file /share/CACHEDEV1_DATA/rclone/delete.log &
And this is the error I get:
Usage:
rclone delete remote:path [flags]
Flags:
-h, --help help for delete
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
Command delete needs 1 arguments maximum
What am I doing wrong?