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

           Summary: Optional exit code indicating receiver was changed
           Product: rsync
           Version: 2.6.9
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


I'd like an option that causes rsync to exit with a distinctive exit code, say
26, if everything is successful and one or more files on the receiver were
changed (or would have been changed if --dry-run had not been used).  If
nothing on the receiver was changed, rsync should exit 0.

If rsync had this option, makefiles could implement better dependency logic for
commands that operate on large file trees by using rsync to detect whether a
file tree has changed.  Specifically, my Web site's build system calls rsync
once to collect the files to be posted into a temporary folder and again to
push the temporary folder to the server I'm using.  I'd like to skip the second
rsync if the first rsync does not modify the temporary folder.


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