Displaying 1 result from an estimated 1 matches for "online_data".
2007 Oct 24
2
DO NOT REPLY [Bug 5040] New: multiple mount point directory sources aren't completely recursive
...nced
symbol in file
iconvbufs log.o
which is due to ICONV_CONST still being defined
------
actual problem:
/usr/local/bin/rsync --temp-dir=/usr3/tmp -v --progress --bwlimit=100
--no-blocking-io -a -R --delete --force -x --exclude='/usr3/online_data/**'
--exclude='/usr3/tmp/**' /usr2 /usr3 dbbu:
results in /usr2 having it's subdirectories (/usr2/me, /usr2/you,
/usr2/somebodyelse) but nothing below them. /usr3 appears to be normal.
both /usr2 and /usr3 are mount points but the -x is intended to prevent mount
points below them...