search for: dst_0

Displaying 1 result from an estimated 1 matches for "dst_0".

Did you mean: dst0
2003 May 14
1
remote rsyncd modules and --link-dest
Can anyone shed any light on what I should expect from rsync when the --link-dest option is invoked when the destination is a remote rsync module? i.e. rsync --archive --delete --link-dest=../dst_1/ /src/ user@host::xyz/dst_0 I almost expected to get a whole lot of hard links in dst_1 to unchanged files in dst_0... if I skip rsyncd on the server side (i.e. make the target user@host:/path/to/xyz/dst_0) that is indeed what I get, so could anyone enlighten me as to why the same isn't possible when the destination...