dump(8) ok, but restore(8) failes

Matthias Apitz matthias.apitz at oclc.org
Wed Aug 27 09:20:25 UTC 2008


El día Wednesday, August 27, 2008 a las 11:10:53AM +0200, Wojciech Puchar escribió:

> >Some days ago I have done a dump of my /usr file system with:
> >
> ># dump -0auL -P "ssh guru at albatros 'gzip -c > dumpsRebelion/usr.dmp.gz'"  
> >/usr
> 
> why not
> 
> dump -0auL -P /usr |gzip -c"ssh guru at albatros 'cat > 
> dumpsRebelion/usr.dmp.gz'"
> 
> ?

without '-P' in this case, I think, and:

# dump -0auL /usr | gzip -c | ssh guru at 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 at albatros 'gzip -dc dumpsRebelion/usr.dmp.gz'" 
> >./home/guru/myThings/Espanol/diario2008
> 
> should't be

but it does; reproduceable :-(

	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 at 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.


More information about the freebsd-questions mailing list