Displaying 1 result from an estimated 1 matches for "boc55".
Did you mean:
bcc55
2008 Mar 14
1
Possibile rsync --link-dest or --compare-dest bug
.../data/20080313/ 20080313/
/data/20080314/
It just creates a copy of directory 20080313 to 20080314, but not with an
old fashion copy, but hard linking back to 20080313.
This is the error it is producing:
=== BEGIN SNIP ===
-bash-3.1$ rsync -av --link-dest=20080313/
--compare-dest=/data/BOC55/20080313/ 20080313/ /data/BOC55/20080314/
sending incremental file list
created directory /data/20080314
--compare-dest arg does not exist: 20080313/ <== ERROR
HERE
sent 128478 bytes received 1512 bytes 3767.83 bytes/sec
total size is 659198008 speedup is 5071.14...