search for: avvvh

Displaying 1 result from an estimated 1 matches for "avvvh".

Did you mean: avvv
2004 Jul 06
0
UID -1 and --link-dest problem
...instead: linux# rsync -avH --numeric-ids --link-dest=/export/test1/ 10.0.0.1::test /export/test2/ receiving file list ... done created directory /export/test2 ./ 43524353.upd 43534354.upd <snip> Looking closer I found out that because of UID change files are not hard-linked: linux# rsync -avvvH --numeric-ids --link-dest=/export/test1/ 193.0.2.129::test /export/test2/|grep uid set uid of . from 0 to -1 set uid of 43524353.upd from 0 to -1 set uid of 43534354.upd from 0 to -1 <snip> It looks like when rsync synchronised files for the first time (to /export/test1 directory) it creat...