From: Wayne Davison Date: Tue, 29 Jul 2008 01:25:18 +0000 (-0700) Subject: Mention some mount options that can interfere with --link-dest. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/45c37e737f2a2f753d06b57605e66782aa93a114 Mention some mount options that can interfere with --link-dest. --- 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.