> I could just have synced the file anyway?
First important note to make known up front:
When rsync qualifies a file for transfer, then by default it performs in-flight
transfer checksums to verify the SRC and DST are binary same.
The --checksum option is an extra step in determining "Does this
Hello,
I am using the "--checksum" option, when syncing files over the network.
But when syncing large files locally, does it make sense to use
--checksum, or would it slow things down?
I mean, if it needs to calculate the checksum first, it could just have
synced the file anyway. right?
thank