I'm having a consistent, reproducible failure with flexbackup. Before I report it to the bugs address, I'd like some feedback on whether others have seen this issue with 5.1.2.
I have a new server, with a SCSI Seagate Travan 5 drive. Each time backup runs _from cron_ it fails:
|------------------------------------------------
| Doing level 0 backup of all using dump
| Retensioning tape...
| Rewinding & erasing tape...
| Creating index key 200203241913.01
| Tape #0
| Filesystems = / /boot
|------------------------------------------------
At block 1.
|------------------------------------------------
| File number 1, index key 200203241913.01
| Backup of: /
| Date of this level 0 backup: Sun Mar 24 19:13:04 2002
| Date of last level 0 backup: the epoch
|------------------------------------------------
| (dump -0 -b 10 -a -f - / | gzip -4) | buffer -m 3m -s 10k -u 100 -t -p 75 -B \
| -o /dev/nst0
|------------------------------------------------
DUMP: Date of this level 0 dump: Sun Mar 24 19:13:04 2002
DUMP: Date of last level 0 dump: the epoch
DUMP: Dumping /dev/md1 (/) to standard output
DUMP: Label: none
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 3019549 tape blocks.
DUMP: Volume 1 started at: Sun Mar 24 19:15:33 2002
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
buffer (writer): write of data failed: Input/output error
bytes to write=10240, bytes written=-1, total written 10K
DUMP: Broken pipe
DUMP: The ENTIRE dump is aborted.
If I run the backup command from the command line without removing the tape, the backup works. I have proven to my satisfaction that the problem is related to the tape being removed from the drive. If the tape is removed and replaced before running from the command line, it will fail again.
It would appear that the problem is something to do with the tape header, and, if I recall correctly, there was a problem of this nature with version 4.1.
I would appreciate any feedback on this.
Thanks,
Des Dougan