From: Darrick H. <dha...@dj...> - 2004-12-07 04:49:02
|
Reading the FAQ AFTER the fact looks like I may have a serious problem. I backed up a directory using flexbackup with tar and bzip2 compression. I'm using flexbackup 1.2.1 with mbuffer. During the backup, flexbackup prompted me for a second tape. I put in the second tape and pressed enter (as prompted) to continue. Now I am unable to extract the data from the second tape. I'm not concerned about the file at the transition point, but I need the remaining data after that point. Below is a list of the commands I used, and the results. I appreciate any help. Going forward, it looks like one tape is the best way to go. Thanks, Darrick root@media:/mnt/raid# mt -f /dev/nst0 rewind root@media:/mnt/raid# mt -f /dev/nst0 fsf 1 root@media:/mnt/raid# flexbackup --extract flexbackup version 1.2.1 (http://flexbackup.sourceforge.net) /etc/flexbackup.conf syntax OK |------------------------------------------------------------ | Checking 'mbuffer' on this machine... Ok | Checking /bin/sh on this machine... bash2 |------------------------------------------------------------ | Logging output to "flexbackup.extract.200412062241.log" | Reading from CURRENT TAPE POSITION |------------------------------------------------------------ At block 363078. |------------------------------------------------------------ | mbuffer -q -m 100M -p 75 -f -i "/dev/nst0" | bzip2 -d | tar --extract \ | --totals --same-permissions --verbose --sparse -B --file - |------------------------------------------------------------ bzip2: Compressed file ends unexpectedly; perhaps it is corrupted? *Possible* reason follows. bzip2: Invalid argument Input file = (stdin), output file = (stdout) It is possible that the compressed file(s) have become corrupted. You can use the -tvv option to test integrity of such files. You can use the `bzip2recover' program to attempt to recover data from undamaged sections of corrupted files. |------------------------------------------------------------ At block 363078. -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |