https://bugzilla.samba.org/show_bug.cgi?id=2781
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2005-06-09 09:34 ------- Rsync doesn't output "uptodate" for hardlinks, but it should be outputting "is a hard link" messages for the item instead of outputting its name. The easiest way to partially work around the problem is to use the -i option. This switches over to the itemized list of changes, and the output will look something like this: [...].d a/ .f a/bar hf....... a/foo [...] The only problem with that output is that the dots after the "hf" (h=hard-link, f=file, .=no-change in attribute) should really be spaces (which indicates that an item was completely unchanged). I'll attach a fix for these problems. -- 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