Displaying 1 result from an estimated 1 matches for "jkroon".
Did you mean:
kroon
2007 Mar 08
1
--link-dest on a local filesystem
...w. I'm using rsync 2.6.9 (protocol 29), on Gentoo Linux.
For some strange reason, whenever I recreate the source file, even
though it's identical to the old source file --link-dest simply does not
create the link. Point in case (starting from a blank directory tmp in
my home directory):
jkroon@pug ~/tmp $ mkdir a
jkroon@pug ~/tmp $ echo foo > a/tmp
jkroon@pug ~/tmp $ rsync -va --link-dest=../b.1 a/ b.0/
building file list ... done
created directory b.0
./
tmp
sent 142 bytes received 48 bytes 380.00 bytes/sec
total size is 4 speedup is 0.02
jkroon@pug ~/tmp $ rm a/tmp
jkroon@pug ~/...