Displaying 2 results from an estimated 2 matches for "rvaih".
Did you mean:
avail
2013 Aug 02
2
hardlinking and -R (multiple source directories)
Hi,
hardlinking (-H) works perfectly while using a syntax like -avhxSDH <SRC>
<DEST>
Now I have to mirror multiple SRC directories which contain hardlinks. e.
g: src1/a is a hardlink to src2/b
-RavhxSDH SRC1 SRC2 DEST
does not preserve hardlink a and b in DEST. Is there any chance to do that?
Thanks
lopiuh
-------------- next part --------------
An HTML attachment was scrubbed...
2013 Dec 02
0
hardlinking and -R (multiple source directories)
...sanitarium.net <mailto:kmk at sanitarium.net>>> wrote:
>> >
>> >> # ls -li /tmp/src?/testfile 3349750 -rw-r--r-- 2 root root 0 Aug
>> >> 2 18:12 /tmp/src1/testfile 3349750 -rw-r--r-- 2 root root 0 Aug
>> >> 2 18:12 /tmp/src2/testfile # rsync -RvaiH /tmp/src1 /tmp/src2
>> >> /tmp/target sending incremental file list created directory
>> >> /tmp/target cd+++++++++ /tmp/ cd+++++++++ /tmp/src1/ cd+++++++++
>> >> /tmp/src2/
>> >>> f+++++++++ /tmp/src2/testfile
>> >> hf+++++++++ /tmp/sr...