From owner-freebsd-questions Fri May 18 19:18:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.ca.inter.net (smtp.ca.inter.net [38.210.35.210]) by hub.freebsd.org (Postfix) with ESMTP id 066F637B424 for ; Fri, 18 May 2001 19:18:18 -0700 (PDT) (envelope-from cckok00@hotmail.com) Received: from ip234.toronto101.dialup.canada.psi.net ([154.20.95.234] helo=hotmail.com) by smtp.ca.inter.net with esmtp (Exim 3.22 #1) id 150wJv-0004jL-00; Fri, 18 May 2001 22:18:20 -0400 Message-ID: <3B05D801.F8CAF91B@hotmail.com> Date: Fri, 18 May 2001 22:18:41 -0400 From: Peter Kok X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en,zh-TW,zh-CN MIME-Version: 1.0 To: Doug Young Cc: Nathan Vidican , Stephen Hovey , freebsd-questions@FreeBSD.ORG Subject: Re: simple back up method References: <3B0536AA.1020409@wmptl.com> <12d401c0dfae$045903e0$0300a8c0@oracle> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Hi all How do I restore the backup from dump? tks regards Peter Doug Young wrote: > > >> I want to backup the whole system in simple backup method and > command > > >> eg: Running tar command in root directory for whole system? tar > zcvf > > >> > > The following (courtesy of Crist Clark) are the simplest ones I've > got. > > # dump -0af /path/to/dump/file /filesystem > > # dump -0af - /filesystem | ssh -f another-machine "cat > > /path/to/dump/file" > > I'm still trying to figure how to use the Stephen Hovey method To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message