From d31c09c87255e53f0ec5c3f305de2969aaa2e1b4 Mon Sep 17 00:00:00 2001 From: "J.W. Schultz" Date: Wed, 23 Apr 2003 23:17:41 +0000 Subject: [PATCH] Copy relative path caviat from --compare-dest to --link-dest. --- rsync.yo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rsync.yo b/rsync.yo index 5f8623c7..e278b7a4 100644 --- a/rsync.yo +++ b/rsync.yo @@ -734,6 +734,8 @@ 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 unchanged files. Files with changed ownership or permissions will not be linked. +Like bf(--compare-dest) if DIR is a relative path, it is relative +to the destination directory. dit(bf(-z, --compress)) With this option, rsync compresses any data from the files that it sends to the destination machine. This -- 2.34.1