Displaying 2 results from an estimated 2 matches for "rjn".
Did you mean:
  rhn
  
2004 Sep 07
4
[Bug 1678] --link-dest doesn't create hard links on remote system.
https://bugzilla.samba.org/show_bug.cgi?id=1678
wayned@samba.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
------- Additional Comments From wayned@samba.org  2004-09-07 12:03 -------
This works fine in my testing.  I'd suggest
2004 Aug 29
0
[Bug 1678] New: --link-dest doesn't create hard links on remote system.
...Component: core
        AssignedTo: wayned@samba.org
        ReportedBy: rsync@richardneill.org
         QAContact: rsync-qa@samba.org
The following ought to work, and doesn't.
1) On computer "espresso":
rsync -av -e ssh --delete --modify-window=60 --link-dest=../backup.1
home/rjn/bin rjn@pistachio:backup/backup.0
2) On computer "pistachio":
mv backup/backup.0 backup/backup.1
3) repeat (1)
This ought to result in 2 directories on pistachio, each of whose files share
inodes. (i.e. backup.0/bin/foo and backup.1/bin/foo are hard links to each
other). However, the...