X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/58718881efbb3a539fbe90008bb0c9d7e15e7236..8958fae362683257f8202b7f56b151b9c5ce5103:/rsync.yo diff --git a/rsync.yo b/rsync.yo index a52de49f..770832df 100644 --- a/rsync.yo +++ b/rsync.yo @@ -470,11 +470,20 @@ transferring to or from an MS Windows FAT filesystem (which represents times with a 2-second resolution), bf(--modify-window=1) is useful (allowing times to differ by up to 1 second). -dit(bf(-c, --checksum)) This forces the sender to checksum all files using -a 128-bit MD4 checksum before transfer. The checksum is then -explicitly checked on the receiver and any files of the same name -which already exist and have the same checksum and size on the -receiver are not transferred. This option can be quite slow. +dit(bf(-c, --checksum)) This forces the sender to checksum every file using +a 128-bit MD4 checksum before the transfer (during the initial file-system +scan). The receiver then checksums every existing file that has the same +size as its sender-side counterpart in order to decide which files need to +be transferred: files with either a changed size or changed checksum are +selected for transfer. Since this whole-file checksumming of all files on +both sides of the connection occurs in addition to the automatic checksum +verifications that occur during and after a file's transfer, this option +can be quite slow. + +Note that rsync always verifies that each em(transferred) file was +correctly reconstructed on the receiving side using a whole-file checksum, +but that after-transfer check has nothing to do with this option's +before-transfer "Does the file need to be updated?" check. dit(bf(-a, --archive)) This is equivalent to bf(-rlptgoD). It is a quick way of saying you want recursion and want to preserve almost