https://bugzilla.samba.org/show_bug.cgi?id=2947

           Summary: stdout with [-v] -H --link-dest and slink/sock/fifo/regf
           Product: rsync
           Version: 2.6.5
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


on the first time the destdir is populated by reference to the --link-dest...
 regfiles are listed upon create/mtime but not delete in ./0/.
  should be all three.
 slinks/sockets/fifos are always listed even if no change in ./0/.
  should be only upon create/mtime/delete.

to repeat...
use the familiar srcdir full of slink/sock/fifo/regf types
 in both hardlinked/non-hardlinked versions.
sudo rsync -Haxv --delete --link-dst=`pwd`/1/ ./0/ ./2/
play with create/mtime/delete of slink/sock/fifo/regf in ./0/
increment link-dest and dest dir indexes and rerun
examine rsync output
repeat with next index

a duplicate rerun with the same indexes and no play is clean as it should be.
a duplicate rerun with the same indexes and play is properly listed.
use without -v is similarly weird in respect to the above tests.
not sure the output needs to differ based on type anymore but rather
be consistent instead. hope this helps.

-- 
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

Reply via email to