Jump to content

Rclone: Difference between revisions

5 bytes removed ,  23 April 2023
No edit summary
Line 44: Line 44:
** 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/#vfs-file-caching vfs 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.
** The default is <code>--dir-cache-time 5m0s</code> for 5 minutes.
** The default is <code>--dir-cache-time 5m0s</code> for 5 minutes.