From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 23:10:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E1151065670 for ; Fri, 21 Nov 2008 23:10:37 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 826978FC0C for ; Fri, 21 Nov 2008 23:10:35 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id mALNATmv003577; Sat, 22 Nov 2008 00:10:29 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id mALNATQ4003574; Sat, 22 Nov 2008 00:10:29 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 22 Nov 2008 00:10:29 +0100 (CET) From: Wojciech Puchar To: Grant Peel In-Reply-To: <446C32DA13E34A6A965CE3D016382D71@grant> Message-ID: <20081122001013.R3573@wojtek.tensor.gdynia.pl> References: <446C32DA13E34A6A965CE3D016382D71@grant> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: gzip and dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 23:10:37 -0000 > I lost my Hard Drive and all my many tens of thousands of emails. > > Thus, my excellent repository of answers from this list were sent to oblivion. > > I make dumps using gzip and forget the command line to restore files from the zipped dump. > > I use the command line like: > > dump 0 -h0 -uaLf - /home | gzip > dumpfile.gz > > If someone cand remind me the proper way to restore a file I would be greatful. > cd /target/directory zcat dumpfile.gz|restore -rf -