Displaying 1 result from an estimated 1 matches for "ahsvn".
Did you mean:
  ahsan
  
2004 Jan 14
1
-vn doesn't list empty directories, -v does
...14 15:45 ./baz/glup
drwxr-xr-x    3 jh       jh           4096 Jan 14 15:50 ./foo
drwxr-xr-x    2 jh       jh           4096 Jan 14 15:31 ./foo/bar
-rw-r--r--    1 jh       jh              0 Jan 14 15:44 ./foo/quuz
lrwxrwxrwx    1 jh       jh              3 Jan 14 15:50 ./foo/wrt -> spl
rsync -aHSvn --delete foo/ baz/
building file list ... done
deleting glup
quuz
wrt -> spl
wrote 133 bytes  read 24 bytes  314.00 bytes/sec
total size is 3  speedup is 0.02
Here it should have said it would copy bar.
rsync -aHSvn --delete baz/ foo/
building file list ... done
deleting wrt
deleting quuz
dele...