From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 22:16: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 D104B1065670 for ; Fri, 21 Nov 2008 22:16:37 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (constellation.thenetnow.com [65.39.193.155]) by mx1.freebsd.org (Postfix) with ESMTP id A93FF8FC08 for ; Fri, 21 Nov 2008 22:16:37 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=grant) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1L3e3M-000AgQ-Od for freebsd-questions@freebsd.org; Fri, 21 Nov 2008 17:00:41 -0500 Message-ID: <446C32DA13E34A6A965CE3D016382D71@grant> From: "Grant Peel" To: Date: Fri, 21 Nov 2008 17:00:33 -0500 Organization: The Net Now Internet Services MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gzip and dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 22:16:37 -0000 Hi all, 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. TIA, -Grant