OK, it seems like many people are having similar issues with restoring backups. Nobody seems to have a final solution, though.
Here is the situation (SME 5.5.x):
- nightly backups being performed with flexbackup
- all logs show successful completeion of backups
- trying to restore a particular set of files, have used all the correct scripts, I keep getting a variety of errors from either gzip or something else
- if I try "flexbackup -list", I get an error
- if I try it a second time, I get an error
- on the third time, it completes successfully, and I "see" the files I am trying to restore (I assume this is the tape moving forward to the correct starting point...)
- whatever I do with extract, it finally ends, telling me the files could not be found
Lastly, I started experimenting with dd. I got a file off the tape using:
dd if=/dev/nst0 bs=10k of=extract.tgz
I actually wasn't sure what type of file "dd" spits out, so I just named it ending with .tgz
If anyone has ideas on how to get flexbackup working correctly OR what to do with a file retrieved by dd, it would be much appreciated.
Thanks,
-- Boris Mann