Anyone know how to only copy new files from gdrive to gdrive?

currently i’m using rclone copy -v --max-age 1d drive1:/ drive2:/ &

its only copying some of the files. I think the files that are being uploaded to gdrive have an older timestamp.

Is there any way to copy new files to gdrive, to another gdrive?

Thanks!

What is wrong with just doing rclone copy -v drive1:/ drive2:/ which will copy all the files, but if they are already there it won’t copy them again?

No problem with it at all… Just as the library gets bigger it’s taking a while and seems a waste of resources…

I’d suggest increasing this a bit which will give you a best of both worlds hopefully!