Hi all,
I've configured backup to tape through server-manager, but backups just dont seem to work.
Here is the log
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...
| Creating index key 200901280500
| Backup set "full" (/)
| Tape #0
|------------------------------------------------------------
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x44 (no translation).
Soft error count since last status=0
General status bits on (41010000):
BOT ONLINE IM_REP_EN
|------------------------------------------------------------
| File number 1, tape index 200901280500
| Backup of: /
| Date of this level 0 backup: Wed Jan 28 05:00:08 2009
| Date of last level 0 backup: the epoch
|------------------------------------------------------------
| cd "/" && /tmp/collectexit.5078.sh find . -depth -xdev ! -type s ! -regex \
| "news/articles" ! -regex ".*~"$ -print0 | /tmp/collectexit.5078.sh tar \
| --create --null --files-from=- --ignore-failed-read --same-permissions \
| --no-recursion --totals --label "level 0 / Wed Jan 28 05:00:08 2009 \
| tar+gzip from pdc" --sparse --atime-preserve -b 64 --file - | \
| /tmp/collectexit.5078.sh gzip -4 | /tmp/collectexit.5078.sh buffer -m \
| 20m -p 75 -s 32k -t -u 100 -B -o "/dev/nst0"
| [ ! -e /tmp/exitstatus.5078 ]
|------------------------------------------------------------
buffer (writer): write of data failed: Input/output error
bytes to write=32768, bytes written=-1, total written 32K
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 / Wed Jan 28 05:00:08 2009 tar+gzip
from pdc --sparse --atime-preserve -b 64 --file -
find . -depth -xdev ! -type s ! -regex news/articles ! -regex .*~$ -print0
ERROR: exiting
|------------------------------------------------------------
| Backup start: Wed Jan 28 05:00:08 2009
| Backup end: Wed Jan 28 05:00:21 2009
|------------------------------------------------------------
SCSI 2 tape drive:
File number=1, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x44 (no translation).
Soft error count since last status=0
General status bits on (81010000):
EOF ONLINE IM_REP_EN
|------------------------------------------------------------
| Rewinding...
| Compressing log (all.0.200901280500.gz)
| Linking all.latest.gz -> all.0.200901280500.gz
|------------------------------------------------------------
Backup terminated: backup failed - status: 256
I'm using a Dell PowerVault 114T LTO-3 tape unit
mt -f /dev/st0 status tells me the device is online
Could it possibly be block or buffer size
Any idea's anyone