Jump to content

Rclone: Difference between revisions

231 bytes added ,  22 April 2020
Line 60: Line 60:
rclone copy source:path dest:path [flags]
rclone copy source:path dest:path [flags]
</pre>
</pre>
;Notes
* This will overwrite existing files which are different
** Use <code>--ignore-existing</code> to skip existing files
** Use <code>--backup-dir <path></code> to move existing files which would be modified to another folder