Re: Max files/buffer overflow

2008-03-26 Thread Matt McCutchen
On Tue, 2008-03-25 at 17:35 -0700, Brian D. McGrew wrote: > I am having an interesting issue where using the command ‘rsync –avP – > e ssh’ seems to want to bail out on filesystems that have more than > about 1.2 million files. > Using that same command on smaller filesystems works like a charm! >

RE: Max files/buffer overflow

2008-03-25 Thread Petcher, Daniel
It's not the best answer, but it should work to reduce your burden for the moment cd parent-of-directories for FLDR in dir1 dir2 dir4 dir17 do cd $FLDR rsync -avP --e ssh source/$FLDR . cd .. done -dP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]