https://bugzilla.samba.org/show_bug.cgi?id=1455 Summary: mount --bind is ignored by -x Product: rsync Version: 2.6.2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: mario@dedenet.de QAContact: rsync-qa@samba.org Hello, I used the command "/usr/bin/rsync -avx --delete --numeric-ids /www/ /backup/daily.0/www/" and got the following output: building file list ... done ./ bla/ bla/lib/ bla/lib/cpp bla/lib/ld-2.3.2.so bla/lib/ld-linux.so.2 . . . Due to the -x option, rsync shouldn't touch my lib subdirectory. Here is the output of "mount": /dev/hda3 on / type reiserfs (rw,noatime) none on /dev type devfs (rw) none on /proc type proc (rw) none on /sys type sysfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) none on /dev/shm type tmpfs (rw) /bin on /www/bla/bin type none (ro,bind) /etc on /www/bla/etc type none (ro,bind) /dev on /www/bla/dev type none (ro,bind) /lib on /www/bla/lib type none (ro,bind) /usr on /www/bla/usr type none (ro,bind) I use Gentoo Linux with rsync-2.6.2-r3 . -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.