Rclone: Difference between revisions
| 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 | |||