BackupPC-users

Re: [BackupPC-users] Using NFS to increase backup speed

2014-10-17 15:51:28
Subject: Re: [BackupPC-users] Using NFS to increase backup speed
From: Koen Vermeer <koen AT vermeer DOT tv>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 17 Oct 2014 21:49:19 +0200
On 10/17/2014 09:40 AM, Sorin Srbu wrote:
>> What about testing the speed over the ssh tunnel? That may tell you
>> whether ssh is slowing down your transfers or that it's due to rsync. If it 
>> is
>> ssh, you could trade encryption strength for speed.
> Would the below do?
>
> [root@cyndane ~]# yes | pv | ssh titan "cat > /dev/null"
> 1.16GiB 0:01:29 [14.3MiB/s]
>
> [root@cyndane ~]#
>
> I searched and read som more after posting the question, and I realize it's 
> not that simple fixing this, as I initially thought...

I'd tunnel the port your use for iperf (ssh -L 5001:localhost:5001 
cyndane) and run the same test as you initially did (iperf -c 
localhost). I expect that you'll see a value that's larger than the 
35-45 Mbps you get for rsync+ssh, meaning that rsync is the bottleneck. 
And most of the time, that makes sense, because it's often doing other 
things than transferring data.

Best,
Koen


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/