Possible to change chunk location of VFS?

Tried using the cache-chunk-path / db arguments but they do seem to be strictly for the cache.

Is it possible to change the location that the vfs-cache-mode will write data to? Thanks!

You can move where rclone caches everything using.

  --cache-dir string                                   Directory rclone will use for caching. (default "/home/HOME/.cache/rclone")

There isn’t a fine grained setting for the vfs cache.

1 Like