Re: Extra warnings now in 2.6.2

2004-05-05 Thread Stuart Inglis
:41:04PM +1200, Stuart Inglis wrote: mkdir -p a/b/c then later on tries to create: mkdir -p a/b Thanks for the clarification. I dug into this and I found that some of the code paths try to call make_bak_dir() without first getting an ENOENT error. This can cause the code to try to create

Extra warnings now in 2.6.2

2004-05-03 Thread Stuart Inglis
backup. cheers -- Stuart Inglis, Ph.D. Managing Director Reel Two Ltd Phone: +64 7 857 0700 Cell: +64 21 314 159 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Extra warnings now in 2.6.2

2004-05-03 Thread Stuart Inglis
an email complaining mkdir failed (which is fine since rsync had already created it). cheers Stuart On Tue, May 04, 2004 at 12:19:29PM +1200, Stuart Inglis wrote: make_bak_dir mkdir /export/giger.back.eary/java/weka/gui failed: File exists Did you check that path? I assume

Rsync woes with large numbers of files

2002-07-01 Thread Stuart Inglis
Hi everyone, I recently read a thread about the problems people are having with file systems with a large number of files on them. We have a 80GB file system with ~10 million files on it. Rsync runs out of memory on a 512M RAM machine while (I assume) reading in the list of files to send. To