Rahul Nabar wrote:
> On Thu, Jun 4, 2009 at 12:09 AM, Daniel.Li<daniel...@usish.com> wrote:
> 
>> I think multi-client can improve performance, but limit is the same as
>> above.
> 
> I don't think I understand! Can I start more than one "rsync --daemon"
> instances then?
> 
> 
>> What kind of performance you are concerning, network/cpu/ram/disk
>> IO ....?
> 
> cpu/ram/disk in this  case I guess. I don't know if I can change much
> about my network!
> 

I think Daniel was trying to say, cpu might not be the bottleneck, it could
be network or something else (I doubt it's memory rsync 3 pretty much solved
that for most) and if you ask me it's probably disk.

If you're not using different partitions on different disks, then doing
anything in parallel is probably going to slow it down (reading/writing
all over the disk, means more seektime, which means waiting).

Otherwise, if it's seperate disks, why not start several, possible with -x
option, which will confine it to one partition.

>>> I have 4 cores available
>> It seems good :)
> 
> But how can I make rsync use all 4 cores? :)
> 
>> Rsync can backup only differs. I think you can use this feature.
> 
> I think that's what it does by default. Isn't that the whole point behind 
> rsync?
> 

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to