Incremental copy/backup without deleting anything on the destination

Hello,

I would like your help understanding the best way to do an incremental copy/backup from remote to remote without deleting anything on the destination.

I have a bucket in R2 Cloudflare that I would like to copy everyday the new files to Wasabi.

For the first backup I run on my desktop: rclone copy --progress source:bucket destionation:bucket it's takes a lot of time to copy 700gb. Now I would like to get a command that I can run every time I want to copy the new files to the Wasabi bucket.

--ignore-existing                   Skip all files that exist on destination

rclone copy --progress source:bucket destionation:bucket --ignore-existing

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.