On Dec 18, 2000, "richard" <[EMAIL PROTECTED]> wrote:

>   And then, there is a file created for each amrestore.

> [root@ns31 /operator]# dd if=202.85.165.88._operator_usr.20001215.0 ibs=32k obs=32k 
>skip=1 | gzip -dc | tar -xvf -

> gzip: stdin: not in gzip format

Note that amrestore already strips the header and decompresses the
backup images for you, so you only need tar.  To keep headers and to
save compressed backup images, use `-h' and `-c', respectively.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to