[EMAIL PROTECTED] wrote:
On Tue, Dec 23, 2003 at 04:00:24AM +0100, [EMAIL PROTECTED]
May the file-list is getting a bit to big for rsync?

If I splitt the transfer using

for i in *; do
  rsync -avv --delete --delete-excluded server::public/$i dest/
done

it works seamlessly. The file list is about 500000 files long.

This brings up something I've been wondering about. If I were to compose a list of files and pass them to rsync one at a time, what sort of overhead would this entail as opposed to simply pointing rsync to a directory containing those files?
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to