Rclone Sync Vs Copy __top__ Online
If you want the best of both worlds—the clean mirroring of sync with the safety of copy —use the --backup-dir flag.
Because copy never deletes files, the destination can become a "junk drawer" over time. rclone sync vs copy
rclone copy /home/user/data remote:backup/user-data \ --progress \ --exclude "*.tmp" \ --log-file /var/log/rclone-copy.log If you want the best of both worlds—the
Saving storage space on your cloud provider by removing "orphan" files you no longer need. 3. Critical Differences at a Glance rclone copy rclone sync Copied to Destination Copied to Destination Modified Files Updated on Destination Updated on Destination Deleted Source Files Kept on Destination Deleted from Destination Risk Level High (Data loss potential) Use Case Archiving / Backups Mirroring / Replicating 4. The "Golden Rule" of Rclone Sync Best for: /destination/ contains: "Make the destination look
Destination files stay put unless they are being overwritten by a newer version from the Source. Best for:
/destination/ contains:
"Make the destination look like the source, but keep everything else."