Jump to content

Rclone: Difference between revisions

59 bytes added ,  26 May 2020
Line 43: Line 43:
;Notes
;Notes
* 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>.
** 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.