From owner-freebsd-questions Sat Feb 22 9:54:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974A337B401 for ; Sat, 22 Feb 2003 09:54:15 -0800 (PST) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.120.160.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBE443FDD for ; Sat, 22 Feb 2003 09:54:14 -0800 (PST) (envelope-from dick@nagual.st) Received: from lothlorien.nagual.st (dick@localhost [127.0.0.1]) by nagual.st (8.12.3/8.12.3/arwen) with ESMTP id h1MHrZjY012986; Sat, 22 Feb 2003 18:53:35 +0100 Received: (from dick@localhost) by lothlorien.nagual.st (8.12.3/8.12.3/local) id h1MHrZEg012984; Sat, 22 Feb 2003 18:53:35 +0100 From: dick hoogendijk Date: Sat, 22 Feb 2003 18:53:35 +0100 To: Matthew Seaman Cc: freebsd-questions Subject: Re: fbsd backup 2 remote Message-ID: <20030222175335.GA12701@nagual.st> References: <20030222145404.GA251@pooh.nagual.st> <20030222160437.GA5430@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030222160437.GA5430@happy-idiot-talk.infracaninophi> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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