I have been using Synology Cloud Sync for a while to sync data from my NAS to S3.
Is it possible to switch from Cloud Sync to rclone and have it not reupload data? One problem I can see is that the two products use different metadata tags to track source timestamps.
--checksum is in use but the source and destination have no hashes in common
(Source is SMB, target is S3. Not sure of the problem.)
The --size-only option appears to work ok, but maybe not the ideal option.
Surprising (to me) is that Synology Cloud Sync and rclone both use the S3 metdata tag of x-amz-meta-mtime. Guess there are differences in precision or something.