From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 09:11:00 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 9EEA31065682 for ; Wed, 27 Aug 2008 09:11:00 +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 9CB0C8FC13 for ; Wed, 27 Aug 2008 09:10:59 +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.14.2) with ESMTP id m7R9Ar4K052696; Wed, 27 Aug 2008 11:10:53 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m7R9Arvr052693; Wed, 27 Aug 2008 11:10:53 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 27 Aug 2008 11:10:53 +0200 (CEST) From: Wojciech Puchar To: Matthias Apitz In-Reply-To: <20080827081924.GA3455@rebelion.Sisis.de> Message-ID: <20080827110907.T52676@wojtek.tensor.gdynia.pl> References: <20080827081924.GA3455@rebelion.Sisis.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: dump(8) ok, but restore(8) failes 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: Wed, 27 Aug 2008 09:11:00 -0000 > Some days ago I have done a dump of my /usr file system with: > > # dump -0auL -P "ssh guru@albatros 'gzip -c > dumpsRebelion/usr.dmp.gz'" /usr why not dump -0auL -P /usr |gzip -c"ssh guru@albatros 'cat > dumpsRebelion/usr.dmp.gz'" ? > > the DUMP ended fine with no errors; today I try to reload certain > directory with: > > $ restore -xv -P "ssh guru@albatros 'gzip -dc dumpsRebelion/usr.dmp.gz'" ./home/guru/myThings/Espanol/diario2008 should't be -xvf - ?