virgilg
December 8th, 2006, 07:53 PM
Hi,
We have the amanda server running on Debian with several heterogenous clients. Every now and then we have trouble restoring data from the tapes. gzip / tar gives up with
- tar: Archive contains obsolescent base-64 headers <- when trying to restore on an OpenBSD machine with the same model tape drive
- gzip: crc error (on a Debian machine)
I have tried:
amrestore -p /dev/nrst0 machine directory | restore -ivf -
which fails with "not a dump tape" (with or without -b 2, on OpenBSD)
amrestore -c /dev/nrst0 machine._directory.date.level ;
mv machine._directory.date.level machine_directory.tar.gz ;
gzip -d machine_directory.tar.gz ; tar xvf machine_directory.tar ./needed_files
this fails with either obsolescent base-64 headers, or with tar skipping to next header, depending on the OS I am running it under (Debian or OpenBSD 3.9)
amrestore /dev/nrst0 machine._directory.date.level
fails with broken pipe after churning through part of the file.
Does anyone have any ideas? Any similar errors or situations out there?
Best,
Virgil
We have the amanda server running on Debian with several heterogenous clients. Every now and then we have trouble restoring data from the tapes. gzip / tar gives up with
- tar: Archive contains obsolescent base-64 headers <- when trying to restore on an OpenBSD machine with the same model tape drive
- gzip: crc error (on a Debian machine)
I have tried:
amrestore -p /dev/nrst0 machine directory | restore -ivf -
which fails with "not a dump tape" (with or without -b 2, on OpenBSD)
amrestore -c /dev/nrst0 machine._directory.date.level ;
mv machine._directory.date.level machine_directory.tar.gz ;
gzip -d machine_directory.tar.gz ; tar xvf machine_directory.tar ./needed_files
this fails with either obsolescent base-64 headers, or with tar skipping to next header, depending on the OS I am running it under (Debian or OpenBSD 3.9)
amrestore /dev/nrst0 machine._directory.date.level
fails with broken pipe after churning through part of the file.
Does anyone have any ideas? Any similar errors or situations out there?
Best,
Virgil