Displaying 1 result from an estimated 1 matches for "lavn".
Did you mean:
lan
2004 Aug 28
0
[Bug 1673] New: Verbose dry run doesn't report replacements of symlink with directory
...-la a/ a1/
$ rm -r a1/projects
$ ln -s ../a/projects a1/projects
$ ll -R a1
a1:
total 8
-rw-r--r-- 1 jve users 29 Feb 8 2004 f1
-rw-r--r-- 1 jve users 29 Feb 8 2004 f2
lrwxrwxrwx 1 jve users 13 Aug 28 02:10 projects -> ../a/projects
$ rsync -lavn a/ a1/
building file list ... done
wrote 146 bytes read 20 bytes 332.00 bytes/sec
total size is 116 speedup is 0.70
$ rsync -lav a/ a1/
building file list ... done
./
projects/
projects/p1
projects/p2
wrote 292 bytes read 60 bytes 704.00 bytes/sec
total size is 116 speedup is 0.33
--
Conf...