DO NOT REPLY [Bug 4787] New: add support for --max-delete=N where N is less than 0

samba-bugs at samba.org samba-bugs at samba.org
Sun Jul 15 02:03:53 GMT 2007


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: wayned at samba.org
        ReportedBy: vapier at gentoo.org
         QAContact: rsync-qa at samba.org


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.


More information about the rsync mailing list