2004 at 01: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 t
;t expecting to get lots of output. My cron entry now mails me
errors whenever I 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
'm getting 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 p
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 avo