On Wed, Aug 02, 2006 at 02:30:29PM -0400, Erik Jacobs wrote:
> It works and lists fine.  But if I choose a wildcard which contains a LOT of
> files:     rsync [EMAIL PROTECTED]::filefolder/.7.*
> I get error in rsync protocol data stream (code 12)

Older rsync versions had a limit of 1000 filenames in the wild-card
expansion routine that the daemon module uses.  Modern rsyncs will let
this be limited by memory, but it's still more wasteful than using
include/exclude options because the latter avoids a separate list of
names outside of the file list.

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