Date: Wed, 27 Aug 2008 13:00:18 +0200 From: Matthias Apitz <matthias.apitz@oclc.org> To: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>, freebsd-questions@freebsd.org Subject: Re: dump(8) ok, but restore(8) failes Message-ID: <20080827110018.GA8010@rebelion.Sisis.de> In-Reply-To: <20080827092021.GD4630@rebelion.Sisis.de> References: <20080827081924.GA3455@rebelion.Sisis.de> <20080827110907.T52676@wojtek.tensor.gdynia.pl> <20080827092021.GD4630@rebelion.Sisis.de>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Wednesday, August 27, 2008 a las 11:20:22AM +0200, Matthias Apitz escribió: > without '-P' in this case, I think, and: > > # dump -0auL /usr | gzip -c | ssh guru@albatros 'cat dumpsRebelion/usr.dmp.gz' > > should of course give more or less the same; > > > > > > >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 > > but it does; reproduceable :-( the DUMP itself seems to be ok because a restore like this works: $ ssh guru@albatros 'cat dumpsRebelion-20080825/usr.dmp.gz' | gzip -dc | restore -xv -f - ./home/guru/myThings/Espanol/diario2008 the problem seems to be -P related; will file a bug report; matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e <matthias.apitz@oclc.org> - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ We should all learn from the peoples of The Netherlands, France and Ireland. Aprendamos todos de los pueblos de Holanda, Francia e Irlanda.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080827110018.GA8010>