Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2002 02:52:36 +1100
From:      Warren Welch <wwlists@intraceptives.com.au>
To:        francisv@dagupan.com, freebsd-isp@freebsd.org
Subject:   Re: Making remote dumps faster
Message-ID:  <5.1.0.14.2.20020126024905.04721008@arthur.intraceptives.com.au>
In-Reply-To: <10F29E27A956D511B0940050DA8D86A9340E45@apmail.dagupan.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 10:56 PM 25/01/2002 +0800, francisv@dagupan.com wrote:
>Hi,
>
>Is there any other way to make remote dumps faster? I'm doing the dump on a
>10mbps LAN using:
>
>         /sbin/dump -0uaf - /usr | ssh -2 -c blowfish remote.host.com \
>                 'dd of=/dev/nrsa0'

Yeah, check out /usr/ports/misc/buffer (buffer)...

I do something like this regularly:-

dump -0uaf - /usr |ssh -c blowfish -l backup remote.host.com buffer -o 
/dev/nrsa0

Works like a charm, and speeds things up a litte...

Warren

===========================================================
Warren Welch                   Intraceptives Pty Ltd
Network Engineer               wwelch@intraceptives.com.au
Mob: 04-14-330-336             Tel: +61-4-14-330-336
                                Fax: +61-2-9533-8407        


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.2.20020126024905.04721008>