From: Geoffrey G. <ge...@gm...> - 2004-08-23 16:34:26
|
Hello, I'm using afio to backup to tape. The backup went successfully, however, flexbackup -list breaks with this: flexbackup version 1.2.1 (http://flexbackup.sourceforge.net) /etc/flexbackup.conf syntax OK |------------------------------------------------------------ | Checking /bin/sh on this machine... bash2 |------------------------------------------------------------ | Logging output to "flexbackup.list.200408231227.log" | Reading from CURRENT TAPE POSITION |------------------------------------------------------------ At block 640. |------------------------------------------------------------ | dd ibs=32k obs=32k conv=noerror if="/dev/nst0" | afio -t -z -D \ | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v -b 32k - |------------------------------------------------------------ afio: "-": Input does not start with valid archive header. afio: "-": Use the -k option to start reading in the middle of an archive. afio: "-" [offset 6]: Fatal error: afio: "-": Unrecognizable archive 1+0 records in 1+0 records out |------------------------------------------------------------ At block 768. |------------------------------------------------------------ How can I get a list of files on the tape to make sure the backup was successful? |