Displaying 1 result from an estimated 1 matches for "vvlhogdprre".
2010 Jun 16
1
change of behaviour on rsync -R and top level symlinks?
...stination and try again
with the new rsync client:
source:~# rsync --version
rsync version 3.0.7 protocol version 30
source:~# rsync -rlpgoDH -R --delete -vv /data/etc2 destination:/
opening connection using: ssh -c none -P -o BatchMode=yes -o StrictHostKeyChecking=no destination rsync --server -vvlHogDprRe.isf --delete . /
sending incremental file list
delta-transmission enabled
/data/
/data/etc2
total: matches=0 hash_hits=0 false_alarms=0 data=4
The /data symlink is clobbered and replaced by a directory. Very bad!
destination:/# ls -ld /data /data/etc2
drwxrwxrwt 2 root root 4096 2010-06-15...