From 45c37e737f2a2f753d06b57605e66782aa93a114 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 28 Jul 2008 18:25:18 -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 9b78104b..efa99904 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1621,6 +1621,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