Stefan G. Weichinger wrote:
Am 16.05.2011 16:12, schrieb Stefan G. Weichinger:
Does amrestore decrypt on the fly when it reads from tape?
I am scratching my head right now, I have a setup with amcrypt where all
DLEs should be encrypted and now it seems as if they are all clear text
on tape ...
Trying to decrypt a restored dump for tests now.
dd if=juno.sgw_enc_test.0 skip=1 | /usr/local/sbin/amcrypt -d
The default dd block size is never good for amanda, add bs=32k to dd
argument. this is to skip the amanda header, do the file you restored
include the amanda header?
Jean-Louis