On Wed, Apr 21, 2004 at 04:59:19PM -0400, Brian McEntire wrote: > rsync -av -e ssh --one-file-system --numeric-ids --relative --delete > --exclude-from=/backups/control/all.exclude '[EMAIL PROTECTED]:/ /boot /dev/shm > /sandbox ' /backups/A
You have a couple choices on how to make this work: - Upgrade to at least 2.6.0 -- it fixes this bug with the --relative and --delete options. - Append a '.' to any "/" source path (i.e. use [EMAIL PROTECTED]:/. ) -- that bypasses the bug. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html