Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2003 18:53:35 +0100
From:      dick hoogendijk <dick@nagual.st>
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: fbsd backup 2 remote
Message-ID:  <20030222175335.GA12701@nagual.st>
In-Reply-To: <20030222160437.GA5430@happy-idiot-talk.infracaninophi>
References:  <20030222145404.GA251@pooh.nagual.st> <20030222160437.GA5430@happy-idiot-talk.infracaninophi>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22 Feb Matthew Seaman wrote:
> # dump -0f - /usr | ssh linuxbox "cat > /foo/fbsd-usr.dump"
> or
> # cd /home ; tar -jcvlf - . | ssh linuxbox "cat > /foo/fbsd-home.tar.bz2"
> 
> Doing the restore is much the same thing in reverse:
> 
> # cd /usr ; ssh linuxbox "cat /foo/fbsd-usr.dump" | restore -rf -
> or
> # cd /home ; ssh linuxbox "cat /foo/fbsd-home.tar.bz2" | tar -jxpvf -

Many thanks for your answer. It covers all ;-))

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

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




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