Stefan,

Which amrecover did you use to recover the file?
Do it one step at a time and look at the file, is it what is expected?

$file uno.snap_mnt_ipcop_enc.20110515204708.0.0000001.RAW
Is it an amanda file??
Post the complete header
$dd if=juno.snap_mnt_ipcop_enc.20110515204708.0.0000001.RAW bs=32k count=1

#remove the header
$dd if=juno.snap_mnt_ipcop_enc.20110515204708.0.0000001.RAW bs=32k skip=1 of=aa
$file aa
What kind of file is it?

$amcrypt -d < aa > bb
$file bb
Is it a tar file?

Jean-Louis


Stefan G. Weichinger wrote:
Am 16.05.2011 18:22, schrieb Stefan G. Weichinger:

I now restored one from tape with "amrestore -r" and try to decrypt it
manually:

# dd if=juno.snap_mnt_ipcop_enc.20110515204708.0.0000001.RAW bs=32k
skip=1 | amcrypt -d | tar -tvf-

could anyone point me at the correct way to "unpack" that raw image?

amrestore without "-r" fails with "ERROR: /usr/bin/gzip exited with
status 1"

Stefan

Reply via email to