Displaying 1 result from an estimated 1 matches for "avzog".
Did you mean:
avzol
2009 Nov 13
1
DO NOT REPLY [Bug 6893] New: the symbolic link to the directory is gone when only some of the files are to be sync'ed
...d
[root at heron home]# ll /home/test/
total 0
-rw-r--r-- 1 root root 0 Nov 13 15:29 a
-rw-r--r-- 1 root root 0 Nov 13 15:29 b
-rw-r--r-- 1 root root 0 Nov 13 15:29 c
we have file test.list which has contents below:
/home/test/a
Now we run on host "src" following command:
rsync -avzog -r --super -e ssh --files-from=test.list --delete / dst:/
then rsync will ignore the fact that /home/test is a valid softlink to an
existing directory on "dst" and will remove it and create a new directory
"test" with file "a" underneath.
This is serious. For example...