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
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
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.
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