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

           Summary: add support for --max-delete=N where N is less than 0
           Product: rsync
           Version: 3.0.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


currently the --max-delete=N behavior is:
N > 0:  delete N files
N == 0: delete no files
N < 0:  delete no files

perhaps for N < 0, the behavior could be "infinite" ?  or have it precalc the
number of files to delete and delete that many files plus N (so if N is -5 and
there are 20 files to delete, rsync would actually delete (20 + N) -> 15).


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