rsync load problem

2007-01-14 Thread SergeyK
Hi all! Can someone tell me please why rsync -avt --whole-file -O --safe-links causes huge load on receiver. As i know, the only main load causes are compression (-z) and the deltas calculating (both are disabled in my case). I must notice that i backup lots of tiny files. Maybe calculating the f

rsync load problem

2007-01-14 Thread SergeyK
Hi all! Can someone tell me please why rsync -avt --whole-file -O --safe-links causes huge load on receiver. As i know, the only main load causes are compression (-z) and the deltas calculating (disabled iin my case by --whole-file). -- View this message in context: http://www.nabble.com/rsyn

Re: feature request, hardlink progress......

2007-01-14 Thread George Georgalis
On Sat, Jan 13, 2007 at 08:43:55PM -0800, Wayne Davison wrote: >On Sat, Jan 13, 2007 at 10:25:42PM -0500, George Georgalis wrote: >> hours left. Would it be straightforward to >> include progress when creating hardlinks? > >Please upgrade -- hard-link handling is much improved in newer versions.

CVS rsync hangs during local copy

2007-01-14 Thread Matt McCutchen
Dear rsync people (particularly Wayne), I am finding that the CVS version of rsync hangs during most, but not all, local copies. The problem goes away if I pass --protocol=29, so I'm guessing it is related to the incremental file-list sending. The hanging seems to be timing-dependent. Increasi