Displaying 1 result from an estimated 1 matches for "td3216379".
2013 May 16
1
Don't follow bind mounts?
...t stop following the mount and I ended up with two copies (or
more!) of the data on my backup server. Googling just takes me to the
man page saying "no", in a roundabout sort of way. I found this :
http://samba.2283325.n4.nabble.com/PATCH-One-more-x-to-not-traverse-cyclic-bind-mounts-td3216379.html
Which never made it into rsync, it seems (didn't work?) and the script
mnt-excl suggests that it is redundant for rsync >= 2.6.4. any examples
of use of :
awk '{print $2}' /proc/mounts | rsync -f 'merge,/- -' host:/dir /dest/
around with some details of its use for...