How does rclone work on two remotes?

After the first sync between two remotes (e.g. S3 -> OVH), does rclone have to download all the files again to check for changes?

No. It will check the names and modification times. You’ll get a quicker check if you use the --checksum flag in this case as S3 and Swift both use md5 checksums.

1 Like