Jump to content

Rclone: Difference between revisions

Line 46: Line 46:
* I strongly recommend using some kind of cache by setting the vfs cache mode or using a cache backend.
* I strongly recommend using some kind of cache by setting the vfs cache mode or using a cache backend.
** Just append <code>--vfs-cache-mode full</code> to the end of your mount.
** Just append <code>--vfs-cache-mode full</code> to the end of your mount.
**: The default cache is at <code>.cache/rclone/</code>.  
**: The default cache is at <code>~/.cache/rclone/</code>.  
** See [https://rclone.org/commands/rclone_mount/#file-caching rclone mount file caching] for more options.
** See [https://rclone.org/commands/rclone_mount/#file-caching rclone mount file caching] for more options.
* If you have unlimited data or are using a local mount, you may want to reduce the directory index cache time.
* If you have unlimited data or are using a local mount, you may want to reduce the directory index cache time.