Disaster recovery - identifying archive type
So, we had a muli-disk failure in a hardware RAID rendering our system down. No problem, we'll just slip in a new box, install Linux and recover our data from backup tape. Being called into this situation from the outside, the facts behind the backup method are very fuzzy - possibly "cpio". When I run "cpio -itv -I/dev/st0" on the tapes, I am treated to "cpio: read error: Cannot allocate memory" ... I've tested creating a cpio archive and reading from it - no problem. Every tape in their box yields the same result. The local admin says the results were displayed each morning - successful! Not sure how/what was being done to determine this. Now the basic question I'm posing: Is there any way to determine what the archive type on the tape is? In SCO I would have simply run: dtype /dev/rStp0 and it would spew the type of archive ... tar, cpio, unknown, etc. I am using RedHat Enterprise ES 4.0 - fully up2date. The tape drive is a Dell PowerVault 110 (DLT) and the controler is an Adaptec 7xxx (64-bit stuck into a 32-bit PCI slot).
Thanks in advance!
|