diff options
author | Wayne Davison <wayned@samba.org> | 2013-06-02 13:14:27 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2013-06-02 13:14:27 -0700 |
commit | d9ca1e49904b2b8506a84b630097b42212356df1 (patch) | |
tree | e56da55aa9ded68572a74d80f88e1ffbcd652f9f /rsync.yo | |
parent | 0ab8e166f44940dad79e8b80ae0b960336efa10c (diff) | |
download | rsync-d9ca1e49904b2b8506a84b630097b42212356df1.tar.gz rsync-d9ca1e49904b2b8506a84b630097b42212356df1.tar.bz2 rsync-d9ca1e49904b2b8506a84b630097b42212356df1.zip |
Tweak --checksum-seed docs.
Diffstat (limited to 'rsync.yo')
-rw-r--r-- | rsync.yo | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -2551,15 +2551,15 @@ If rsync was complied without support for IPv6, the bf(--ipv6) option will have no effect. The bf(--version) output will tell you if this is the case. -dit(bf(--checksum-seed=NUM)) Set the checksum seed to the integer -NUM. This 4 byte checksum seed is included in each block and file -checksum calculation. By default the checksum seed is generated -by the server and defaults to the current code(time()). This option -is used to set a specific checksum seed, which is useful for -applications that want repeatable block and file checksums, or -in the case where the user wants a more random checksum seed. -Setting NUM to 0 causes rsync to use the default of code(time()) -for checksum seed. +dit(bf(--checksum-seed=NUM)) Set the checksum seed to the integer NUM. This 4 +byte checksum seed is included in each block and MD4 file checksum calculation +(the more modern MD5 file checksums don't use a seed). By default the checksum +seed is generated by the server and defaults to the current code(time()). This +option is used to set a specific checksum seed, which is useful for +applications that want repeatable block checksums, or in the case where the +user wants a more random checksum seed. Setting NUM to 0 causes rsync to use +the default of code(time()) for checksum seed. + enddit() manpagesection(DAEMON OPTIONS) |