rsync: [sender] read errors mapping "file" : Input/output error (5)

Hardy lists at steff.in
Tue Dec 24 09:00:58 UTC 2024



On 23.12.24 22:06, Mario Marietto wrote:
> -> Did you re-read the data and compare checksums ?
> 
> Don't know how to do this.

Files can be considered binary identical if they do have the same checksums.

e.g.
# md5sum [files]

Using windows:
https://windowsreport.com/checksum-on-windows/

c:certutil -hashfile [file] MD5

These are common ways to check if copies, downloads etc are correct or to see if files have been manipulated (by malware etc) since last check



More information about the rsync mailing list