Date: Wed, 27 Aug 2008 11:10:53 +0200 (CEST) From: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> To: Matthias Apitz <matthias.apitz@oclc.org> Cc: freebsd-questions@freebsd.org Subject: Re: dump(8) ok, but restore(8) failes Message-ID: <20080827110907.T52676@wojtek.tensor.gdynia.pl> In-Reply-To: <20080827081924.GA3455@rebelion.Sisis.de> References: <20080827081924.GA3455@rebelion.Sisis.de>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 - ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080827110907.T52676>