so when i do a rclone sync, how are the files compared? modtime? size?
And this answer:
modtime+size (both combined, although with a backend-determined "precision margin" for the modtime component as backends store to different levels of precision.)
I don't understand how size can be used in the comparison if the original file and the crypted files have different sizes.
It doesn't seem rclone is crypting the source in order to run this comparison.