DO NOT REPLY [Bug 5728] New: 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 13:31:42 GMT 2008


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

           Summary: Rsync --min-size and --max-size filter too late in the
                    process.
           Product: rsync
           Version: 2.6.9
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: r.e.wolff at bitwizard.nl
         QAContact: rsync-qa at samba.org


To allow me to copy a very large directory that cannot be copied in one go (see
bug 5727) I restricted the sizes of the files to part of the range of
filesizes.

However, it turns out that rsync still loads all files into the in-memory list
of files to copy. This means that rsync still crashes even when I restrict the
number of files-to-copy by 95%. 

(Copying by subdirectory doesn't work for me: there are loads of hardlinks, and
because I know that files of size XX won't be hardlinked to files of size YY, I
can copy in stages by limiting the filesizes).


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