Re: optimization for rsync

2001-10-03 Thread Dave Dykstra
On Wed, Oct 03, 2001 at 11:50:07AM -0700, Jason Helfman wrote: > What flags or options could be used to optimize rsync? I have seen a > huge amount of cpu and memory be used in this process we have. > > I think using the --delete function is a lot of overhead. > > The options we normally use are

optimization for rsync

2001-10-03 Thread Jason Helfman
What flags or options could be used to optimize rsync? I have seen a huge amount of cpu and memory be used in this process we have. I think using the --delete function is a lot of overhead. The options we normally use are -avrpg I would like to reduce all unnecessary processing and overhead. T