I'm new to rclone and still trying to figure it all out.
Did a mount using the arguments below and tried to upload to large files. The space on my C:drive quickly ran out.
I've now done a new mount where I defined the cache dir.
However - the old cache is still taking up space om my C.drive. And I can't find it...
Where should the files be as per default?
mount --allow-other --dir-cache-time 72h --drive-chunk-size 64M --log-level INFO --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off gcrypt: X: --config "C:\Users\X.config\rclone\rclone.conf" --vfs-cache-mode writes
rclone help flags cache-dir will show you the root of the cache dir in the help
rclone help flags cache-dir
Usage:
rclone help flags [<regexp to match>] [flags]
Flags:
-h, --help help for flags
Global Flags:
--cache-dir string Directory rclone will use for caching. (default "/home/ncw/.cache/rclone")