samba-bugs@samba.org
2005-Jun-12  09:41 UTC
[Bug 2791] New: a long exclude-from list is not parsed correctly
https://bugzilla.samba.org/show_bug.cgi?id=2791
           Summary: a long exclude-from list is not parsed correctly
           Product: rsync
           Version: 2.6.5
          Platform: All
        OS/Version: OpenBSD
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy: kaiowas@gentoo.org
         QAContact: rsync-qa@samba.org
I have an openbsd development system that is periodically updated and I'm
trying
to create a smaller system in order to fit onto a compact flash used on a
soekris box. so I thought a 
rsync --verbose --recursive --times --perms --owner --group --numeric-ids
--links --hard-links --devices --exclude-from ./file_list /
10.0.0.2:/var/tmp/openbsd37_full/
with a good file_list is just the right thing.
the problem is that if the file_list is large enough it will not be parsed
correctly by rsync. some of the files will not be transfered as they should.
if I split the file_list in more pieces and I run rsync for each of them I can
get the job done, but I guess you should know about the bug.
in my application the client was a rsync {2.6.0-2.6.5} running on openbsd 3.7
and the destination (10.0.0.2) was a gentoo linux machine with rsync 2.6.0 (but
I guess this ain't relevant).
-- 
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.
