> I have recently used amrestore to get an entire level 0 partition/disk
> off of an amanda tape and onto disk on a Redhat Linux box. I'm trying to
> use restore to get  files out of this large amrestore file. When using
> restore on this file, it will read the file, create all the directories
> from the backup, but when it goes to restore the files into the
> directories it just created, I receive a checksum error. My first

I assume you use dump/restore on Linux. What version of dump?

Can you amrestore the complete image to disk?

amrestore $TAPE host /partition

Do you get an error here? That would mean, your drive/tape/whatever
could be bad.

If not, can you restore from that file?

cd /somewhere
restore rf /where/you/dropped/that/file/from/amrestore

Did you try the "v" flag on restore?

amrestore -p $TAPE host /partition | restore rvf -

Reply via email to