Re: rsync is slowing down

2004-04-08 Thread Tim Conway
Howard <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/07/2004 05:44 PM To [EMAIL PROTECTED] cc Subject Re: rsync is slowing down On Sat, Apr 03, 2004 at 12:23:59PM -0800, Wayne Davison wrote: | You can implement such optimizations on top of rsync using either | excludes or the --files

Re: rsync is slowing down

2004-04-07 Thread Wayne Davison
On Wed, Apr 07, 2004 at 06:44:35PM -0500, Phil Howard wrote: > How would the sending side know what directories are "old" for a > given receiver? I didn't see anything about multiple receivers in your initial email, but it's not hard to come up with an optimizing strategy that allows more than a s

Re: rsync is slowing down

2004-04-07 Thread Phil Howard
On Sat, Apr 03, 2004 at 12:23:59PM -0800, Wayne Davison wrote: | You can implement such optimizations on top of rsync using either | excludes or the --files-from option. For instance, if the sending | side maintained an exclude file of old directories that didn't need | to be transferred, you cou

Re: rsync is slowing down

2004-04-03 Thread Wayne Davison
You can implement such optimizations on top of rsync using either excludes or the --files-from option. For instance, if the sending side maintained an exclude file of old directories that didn't need to be transferred, you could write a script that would look for updated items and remove the appro

rsync is slowing down

2004-04-03 Thread Phil Howard
The cause is, of course, that the tree being syncronized ie getting larger, so of course rsync is slowing down. But in the case of my particular file tree, there is a way it could be speeded up, but this would obviously also need a change in the rsync protocol to accomplish it. Any tree that has