Kuba Molek wrote:
> so I have one file: amanda.__foo_backup.20040904.0

        dd if=amanda.__foo_backup.20040904.0 bs=32k count=1
gives you an explanation of how to proceed.  Most probably you need to
do something like
        dd if=amanda.__foo_backup.20040904.0 bs=32k skip=1 | gunzip -dc | tar
xvf -

Alex

-- 
Alexander Jolk         /         BUF Compagnie
tel +33-1 42 68 18 28 /  fax +33-1 42 68 18 29

Reply via email to