summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Dykstra <dwd@samba.org>2002-08-30 15:12:47 +0000
committerDavid Dykstra <dwd@samba.org>2002-08-30 15:12:47 +0000
commitd53d7795ee771a149a6ae010107bf3bf6d7588d0 (patch)
tree954e55a3ce17d0ce701e596f4ece863b942eeeba
parent59c95e4243749273fe91f8197a39f89e4d905cb8 (diff)
downloadrsync-d53d7795ee771a149a6ae010107bf3bf6d7588d0.tar.gz
rsync-d53d7795ee771a149a6ae010107bf3bf6d7588d0.tar.bz2
rsync-d53d7795ee771a149a6ae010107bf3bf6d7588d0.zip
Change wording of --compare-dest option to refer to the --link-dest option.
-rw-r--r--rsync.yo15
1 files changed, 8 insertions, 7 deletions
diff --git a/rsync.yo b/rsync.yo
index 21d69624..e0d131b2 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -677,15 +677,16 @@ the temporary files in the receiving directory.
dit(bf(--compare-dest=DIR)) This option instructs rsync to use DIR on
the destination machine as an additional directory to compare destination
-files against when doing transfers. This is useful for doing transfers to
-a new destination while leaving existing files intact, and then doing a
+files against when doing transfers if the files are missing in the
+destination directory. This is useful for doing transfers to a new
+destination while leaving existing files intact, and then doing a
flash-cutover when all files have been successfully transferred (for
example by moving directories around and removing the old directory,
-although this requires also doing the transfer with -I to avoid skipping
-files that haven't changed). This option increases the usefulness of
---partial because partially transferred files will remain in the new
-temporary destination until they have a chance to be completed. If DIR is
-a relative path, it is relative to the destination directory.
+although this skips files that haven't changed; see also --link-dest).
+This option increases the usefulness of --partial because partially
+transferred files will remain in the new temporary destination until they
+have a chance to be completed. If DIR is a relative path, it is relative
+to the destination directory.
dit(bf(--link-dest=DIR)) This option behaves like bf(--compare-dest) but
also will create hard links from em(DIR) to the destination directory for