Displaying 2 results from an estimated 2 matches for "5c8fa116".
Did you mean:
538fa816
2017 Mar 23
0
rsync: "-c" option clarification
..._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 224 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20170323/5c8fa116/signature.sig>
2017 Mar 23
2
rsync: "-c" option clarification
Hi
I am using "rsync" to send files from a source machine to a remote machine as one typically does. I would like to clarify that the "-c" option will cause the checksum on the receiving end to be created by reading the already written file and NOT the data stream on the receiving end. This would help in catching disk I/O errors if the checksum is done on the file on disk.