[Bug 1678] --link-dest doesn't create hard links on remote system.

samba-bugs at samba.org samba-bugs at samba.org
Tue Sep 7 19:04:01 GMT 2004


https://bugzilla.samba.org/show_bug.cgi?id=1678


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From wayned at samba.org  2004-09-07 12:03 -------
This works fine in my testing.  I'd suggest trying to specify an absolute path
to the --link-dest dir, just in case the relative path is not resolving where
you think it should.  Also, keep in mind that the files in the destination dir
must not already exist for them to be hard-linked with the files in the
--link-dest dir:

If the destination file does not exist, it is first hard-linked with a file of
the same name in the link-dest dir and then the rsync algorithm checks to see if
it needs to be updated.

So, there are two possible failure points, (1) the initial hard link may fail
(if the link-dest file is not found or if the link call fails), or (2) the
hard-linked file is not deemed to be identical with the source file.  One thing
you can do to figure out if the latter is the case is to try leaving out the
preservation of owner and group and see if something about these values are
tripping rsync up.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list