Amanda-Users

Re: file restoring problem

2004-10-20 14:08:46
Subject: Re: file restoring problem
From: Alexander Jolk <alexj AT buf DOT com>
To: kuba AT gobelin DOT pl
Date: Wed, 20 Oct 2004 18:51:24 +0200
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

<Prev in Thread] Current Thread [Next in Thread>