From owner-freebsd-questions Fri May 18 19:20:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 0AB1537B42C for ; Fri, 18 May 2001 19:19:56 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id WAA89041; Fri, 18 May 2001 22:28:10 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Fri, 18 May 2001 22:19:32 -0400 (EDT) From: Stephen Hovey To: Peter Kok Cc: Doug Young , Nathan Vidican , freebsd-questions@FreeBSD.ORG Subject: Re: simple back up method In-Reply-To: <3B05D801.F8CAF91B@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I thought dump was all or nothing - whereas I often need just some files and the flexability of having them restore to a different place, or to have everything BUT whats already there restore. On Fri, 18 May 2001, Peter Kok wrote: > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message