rsync filling up hardisk on OSX

jw schultz jw at pegasys.ws
Thu May 8 09:11:22 EST 2003


On Wed, May 07, 2003 at 01:41:24PM -0700, Michael Fairchild wrote:
> Hello,
>  I am still ironing out the bugs in my rsync backup soloution.  As I said 
> earlier I have it working working initiating from the macs to the linux
> server, sortof.  The sortof part is what I am trying to eliminate.  
> 2 problems: first rsync seems to be filling up the disk on one of my
> client OSX machines.  df showed a little over a gigabyte when i started
> the backup of the ~=30GB drive I had a little over 1GB free.  As the
> backup was running df reported less and less available space untill I
> finally killed ctrl-c killed the rsync process when there was only about
> 250MB left.  Now I can't find where all the used space is. Is there a
> large temporary directory somewhere?  Can I configure rsync to not use
> so much tmp space, or change where it is?  Where the heck is that 700MB?
> On another OSX powerbook It seems to be working ok.  But even on that on
> it seemed to use a few megs, and not clean them up, after a normal exit.

 From your description i'd say the client (OSX) is the
sender, yes?

With rsync, the sender does no disk writing whatsoever.  My
best guess is that OSX is growing swap space.  I don't know
OSX but that would be consistent with what you describe.
rsync is a heave memory user although 700MB is a bit much
even for rsync.  If that is correct that would be an OSX
problem, not rsync.  I'd suggest looking into how OSX
manages swap.

-- 
________________________________________________________________
	J.W. Schultz            Pegasystems Technologies
	email address:		jw at pegasys.ws

		Remember Cernan and Schmitt


More information about the rsync mailing list