Jump to content

Rclone: Difference between revisions

303 bytes added ,  26 May 2020
Line 31: Line 31:
<pre>
<pre>
mkdir /path/to/local/mount
mkdir /path/to/local/mount
rclone mount remote:path/to/files /path/to/local/mount
rclone mount remote:path/to/files /path/to/local/mount [flags]
</pre>
</pre>


;Unmount
;Unmount
* <code>fusermount -u /path/to/local/mount</code>
* <code>fusermount -u /path/to/local/mount</code>
;Notes
* 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
** See [https://rclone.org/commands/rclone_mount/#file-caching rclone mount file caching] for more options.


===Sync===
===Sync===