as per the documentation,
"The queue and the temporary storage is persistent across restarts but can be cleared on startup with the --cache-db-purge flag."
you need to replace cache with the name of the remote you want to purge.
to see the name of your remotes, do rclone listremotes
Thanks. One question, if I only want to empty the local cache (not anything else, just to free enough space on the system disk that I can have autocomplete back), can you confirm whether I can just do:
root@PC-IT-UBUIEX:~# rclone --cache-db-purge
Usage:
rclone [flags]
rclone [command]
Available Commands:
about Get quota information from the remote.
authorize Remote authorization.
backend Run a backend specific command.
cat Concatenates any files and sends them to stdout.
sorry, not understanding what the else is?
I'm not trying to use rclone per, I only want to empty the cache so I can do something on that machine,
as i wrote above, you need to tell rclone what remote cache to purge. rclone remote: --cache-db-purge change remote:`, to whatever remote cache you want to purge.
guys, thank you all for the help and sorry for being daft, but I type "the command" on the same machine, and I get (I put it above but here is it so you don't have to scroll up):
root@PC-IT-UBUIEX:~# rclone --cache-db-purge
Usage:
rclone [flags]
rclone [command]
Available Commands:
about Get quota information from the remote.
authorize Remote authorization.
backend Run a backend specific command.
cat Concatenates any files and sends them to stdout.
check Checks the files in the source and destination match.
blbz: is one of the remote I used on that machine (there is a dozen remotes, should I do it for all of them?)
and I get:
root@PC-IT-UBUIEX:~# rclone blbz: --cache-db-purge
Error: unknown command "blbz:" for "rclone"
Run 'rclone --help' for usage.
You could use 'rclone selfupdate' to get latest features.
2021/07/02 17:03:02 Fatal error: unknown command "blbz:" for "rclone"
When you started this post, there was a template that you deleted that collects all the info so we help answer things quickly instead of going back and forth. That's why it says please read etc.