From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 04:27:41 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 BD410106564A for ; Thu, 10 Apr 2008 04:27:41 +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 DBFAB8FC0C for ; Thu, 10 Apr 2008 04:27: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.2/8.13.8) with ESMTP id m3A4RPGk006036; Thu, 10 Apr 2008 06:27:25 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.13.8/Submit) with ESMTP id m3A4RMUY006033; Thu, 10 Apr 2008 06:27:25 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 10 Apr 2008 06:27:22 +0200 (CEST) From: Wojciech Puchar To: Dick Hoogendijk In-Reply-To: <20080409203828.00003114@westmark> Message-ID: <20080410062642.L6016@wojtek.tensor.gdynia.pl> References: <20080409161645.GA96773@slackbox.xs4all.nl> <20080409203828.00003114@westmark> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Back up files... 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: Thu, 10 Apr 2008 04:27:41 -0000 > OK. Right. And what is exactly the command for restore? > Something like "gunzip dumpfile.gz | restore rf dumpfile" gunzip -c or zcat > Or what. Compressing is nice but the use of gzip is always a bit > confusing to me. possibly because it is too simple ;)