I searched the forums with no joy.
I am getting this error message with every run of the backup to tape routine.
buffer (writer): write of data failed: Input/output error
bytes to write=32768, bytes written=-1, total written 3190208K
flexbackup version 1.2.1 (
http://flexbackup.sourceforge.net)
/etc/flexbackup.conf syntax OK
$keyfile not found in config: default=00-index-key
$buffer_fill_pct not found in config: default=75
$buffer_pause_usec not found in config: default=100
|------------------------------------------------------------
| Checking 'buffer' on this machine... Ok
| Checking /bin/sh on this machine... bash1
|------------------------------------------------------------
| Doing level 0 backup of set all using tar
| All sets = full (1 tapes)
| Rewinding & erasing tape...
| Found index key 201005070100, next file is 2
| Deleting record for 201005070100 file 0
| Deleting record for 201005070100 file 1
|------------------------------------------------------------
| Creating index key 201005080100
| Backup set "full" (/)
| Tape #0
|------------------------------------------------------------
SCSI 2 tape drive:
File number=1, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x19 (DLT 10GB).
Soft error count since last status=0
General status bits on (81010000):
EOF ONLINE IM_REP_EN
|------------------------------------------------------------
| File number 1, tape index 201005080100
| Backup of: /
| Date of this level 0 backup: Sat May 08 01:00:14 2010
| Date of last level 0 backup: the epoch
|------------------------------------------------------------
| cd "/" && /tmp/collectexit.14103.sh find . -depth -xdev ! -type s ! \
| -regex "news/articles" ! -regex ".*~"$ -print0 | \
| /tmp/collectexit.14103.sh tar --create --null --files-from=- \
| --ignore-failed-read --same-permissions --no-recursion --totals --label \
| "level 0 / Sat May 08 01:00:14 2010 tar+gzip from larry-server" \
| --sparse --atime-preserve -b 64 --file - | /tmp/collectexit.14103.sh \
| gzip -4 | /tmp/collectexit.14103.sh buffer -m 20m -p 75 -s 32k -t -u \
| 100 -B -o "/dev/nst0"
| [ ! -e /tmp/exitstatus.14103 ]
|------------------------------------------------------------
buffer (writer): write of data failed: Input/output error
bytes to write=32768, bytes written=-1, total written 3190208K
ERROR: non-zero exit from:
buffer -m 20m -p 75 -s 32k -t -u 100 -B -o /dev/nst0
gzip -4
tar --create --null --files-from=- --ignore-failed-read --same-permissions --no-recursion --totals --label level 0 / Sat May 08 01:00:14 2010 tar+gzip from larry-server --sparse --atime-preserve -b 64 --file -
find . -depth -xdev ! -type s ! -regex news/articles ! -regex .*~$ -print0
ERROR: exiting
|------------------------------------------------------------
| Backup start: Sat May 08 01:00:14 2010
| Backup end: Sat May 08 04:10:28 2010
|------------------------------------------------------------
SCSI 2 tape drive:
File number=1, block number=99694, partition=0.
Tape block size 0 bytes. Density code 0x19 (DLT 10GB).
Soft error count since last status=0
General status bits on (21010000):
EOT ONLINE IM_REP_EN
|------------------------------------------------------------
| Rewinding...
| Compressing log (all.0.201005080100.gz)
| Linking all.latest.gz -> all.0.201005080100.gz
|------------------------------------------------------------
Backup terminated: backup failed - status: 256
I ran a cleaning tape and changed tapes with the hope that the problem is in the device, but that did not fix things. I have no experience with debugging this kind of error, but I am fine with following directions. If there is someone that can translate the error message into a way to fix the issue, I would be grateful.
Thanks..........
Henry