Mention some mount options that can interfere with --link-dest.
authorWayne Davison <wayned@samba.org>
Tue, 29 Jul 2008 01:25:18 +0000 (18:25 -0700)
committerWayne Davison <wayned@samba.org>
Tue, 29 Jul 2008 01:25:18 +0000 (18:25 -0700)
rsync.yo

index 9b78104..efa9990 100644 (file)
--- 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.