DO NOT REPLY [Bug 5728] Rsync --min-size and --max-size filter too late in the process.

samba-bugs at samba.org samba-bugs at samba.org
Sun Aug 31 17:29:28 GMT 2008


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


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
            Summary|Rsync --min-size and --max- |Rsync --min-size and --max-
                   |size filter too late in the |size filter too late in the
                   |process.                    |process.




------- Comment #1 from wayned at samba.org  2008-08-31 12:29 CST -------
Those options just affect what files in the file-list may be transferred.  If
they actually excluded files from the file-list, the receiving side would not
be able to correctly handle a --delete option.

You should instead sub-set the directory using an exclude, such as
--exclude='dir/[a-m]*' for one run, and --exclude='dir/[n-z]*' for the other
(or something similar).


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