Added an entry for --fuzzy to the man page.
authorWayne Davison <wayned@samba.org>
Sun, 16 Jan 2005 00:22:48 +0000 (00:22 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 16 Jan 2005 00:22:48 +0000 (00:22 +0000)
fuzzy.diff

index 47e28a9..aec673b 100644 (file)
@@ -277,7 +277,7 @@ Be sure to run "make proto" before "make".
  
  /* Log-message categories.  FLOG is only used on the daemon side to
 --- orig/rsync.yo      2005-01-15 04:36:32
-+++ rsync.yo   2004-11-27 18:15:22
++++ rsync.yo   2005-01-15 21:48:52
 @@ -358,6 +358,7 @@ verb(
       --compare-dest=DIR      also compare received files relative to DIR
       --copy-dest=DIR         ... and include copies of unchanged files
@@ -286,3 +286,15 @@ Be sure to run "make proto" before "make".
   -P                          equivalent to --partial --progress
   -z, --compress              compress file data
   -C, --cvs-exclude           auto ignore files in the same way CVS does
+@@ -876,6 +877,11 @@ Note that rsync versions prior to 2.6.1 
+ (or implied by -a).  If the receiving rsync is not new enough, you can work
+ around this bug by avoiding the -o option.
++dit(bf(--fuzzy)) This option tells rsync that it should look around for a
++basis file for any destination file that is missing.  The current algorithm
++looks for a similarly-named file in the same directory as the destination
++file, and, if found, uses that to try to speed up the transfer.
++
+ dit(bf(-z, --compress)) With this option, rsync compresses any data from
+ the files that it sends to the destination machine.  This
+ option is useful on slow connections.  The compression method used is the