Rclone copy from google drive to cloudflare r2 suddenly overwriting files

Suddenly rclone want to copy a lot of files... I see from debug logs that it's because of modification times, that despite nothing changing at all ( and i uploaded before with rclone ) the differences seems to be all under 1s

What is the best/safest way to copy from drive to r2 and also quick ?

hi,

try --modify-window-time=1s

I ended up using --size-only but -c seemed very fast as well. I wonder what is the optimal way

in your case, gdrive and s3 use the same hash type md5, so use --checksum

1 Like

Using checksum shouldn't download more data than usual right ?

in your specific case, that is right.

1 Like

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