Kevin Saenz [[EMAIL PROTECTED]] writes:

> I guess that might be the case but there is one question left to ask
> the total files that we rsync has not changed. why would this task
> cause problems all of a sudden?

If it's not the per-file overhead adding up, have you suddenly picked
up a huge file in the bunch?  generate_sums() is called for each file
to construct the per-block checksums to be transmitted to the sender
to compute the delta.  Perhaps you've now got a file in your
filesystem that is so large that the aggregate space required for the
checksums for that file exceeds your available working space.

-- David

/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: [EMAIL PROTECTED]  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/

Reply via email to