Rsync does a checksum when sending files to make sure they are same on both sides.
How does duplicacy ensure file integrity as part of file transfer?
File Integrity with duplicacy
Duplicacy has two levels of checksums: a chunk hash is calculated for each chunk and a file hash is calculated for each file.
1 Like