From 302e4346c22a9507f0b13ffff371a5be240d5245 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 28 Jul 2008 18:24:25 -0700 Subject: [PATCH] Mention some mount options that can interfere with --link-dest. --- rsync.yo | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rsync.yo b/rsync.yo index a4ec42fb..9a2f0f01 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1529,6 +1529,11 @@ An example: quote(tt( rsync -av --link-dest=$PWD/prior_dir host:src_dir/ new_dir/)) +If file's aren't linking, double-check their attributes. Also check if some +attributes are getting forced outside of rsync's control, such a mount option +that squishes root to a single user, or mounts a removable drive with generic +ownership (such as OS X's "Ignore ownership on this volume" option). + Beginning in version 2.6.4, multiple bf(--link-dest) directories may be provided, which will cause rsync to search the list in the order specified for an exact match. -- 2.34.1