https://bugzilla.samba.org/show_bug.cgi?id=2734
------- Additional Comments From [EMAIL PROTECTED] 2005-05-23 14:06 ------- You really need to compare the contents of the directories. Try this: cd /lib ls -lAR >/tmp/ls1 cd /mnt/backupboot/lib ls -lAR >/tmp/ls2 cd /tmp diff ls1 ls2 That should tell you exactly what is different (assuming you are not excluding anything within /lib in rsync). -- 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. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html