From 637c560eaf39ae5f3a254ec427bb4f2259f9c8c4 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 16 Jan 2005 00:22:48 +0000 Subject: [PATCH] Added an entry for --fuzzy to the man page. --- fuzzy.diff | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/fuzzy.diff b/fuzzy.diff index 47e28a9..aec673b 100644 --- a/fuzzy.diff +++ b/fuzzy.diff @@ -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 -- 2.34.1