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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to