On Mon, Aug 18, 2008 at 10:36:18AM -0500, [EMAIL PROTECTED] wrote:
> In other words, I can't wait until the first run has completed the
> large copy to begin copying additional files.  I want to start a
> second, third, fourth, etc copy that begins working on any additional
> files that may have been placed on the source side.

One way is to split things into two separate rsync scripts, each with
its own single-run locking.  One would use --max-size=100MB and the
other would use --min-size=100MB (or whatever size you like).  That way
the small-file rsync can run more frequently than the large-file rsync.

..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
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