> # tar -tz -f /dev/nst0

# tar -tz -f /dev/nst0
tar: /dev/nst0: Cannot read: Cannot allocate memory
tar: At beginning of tape, quitting now
tar: Error is not recoverable: exiting now

gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: Error exit delayed from previous errors


> I personnaly do not use gzip compression because my DDS tape drive
> does hardware compression. And if the compressed file is corrupted,
> your entire archive is unreadable and you can't recover any file at
> all.

With "bzip2 compression from BackupPC" and "tar tfj /dev/nst0"

# mt -f /dev/nst0 rewind
#  tar tfj /dev/nst0
./backup/
./backup/aaa
./backup/bbb
./backup/ccc
tar: Skipping to next header

bzip2: Data integrity error when decompressing.
        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.

tar: Read 1944 bytes from /dev/nst0
tar: Child died with signal 13
tar: Error exit delayed from previous errors


( only first archive is corrupt on the tape :| )


> does hardware compression.

Without gzip/bzip2 , the tar process require very long time! Isn't it?

Tnx for reply


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to