After changing back to using DUMP, and attempting a manual backup, I get :
[root@my-server root]$ /usr/bin/flexbackup -set all
flexbackup version 1.1.6 (
http://flexbackup.sourceforge.net)
/etc/flexbackup.conf syntax OK
|------------------------------------------------------------
| Checking 'mbuffer' on this machine... Ok
| Checking /bin/sh on this machine... bash2
|------------------------------------------------------------
| Trying "mt defblksize" instead of "mt setblk"
| Doing level 0 backup of set all using dump
| All sets = full (1 tapes)
| Retensioning tape...
| Rewinding & erasing tape...
| Creating index key 200307231632
| Backup set full (/ /boot)
| Tape #0
|------------------------------------------------------------
At block 0.
|------------------------------------------------------------
| File number 1, tape index 200307231632
| Backup of: /
| NOTE: $exclude_expr is ignored for type=dump
| Date of this level 0 backup: Wed Jul 23 16:32:48 2003
| Date of last level 0 backup: the epoch
|------------------------------------------------------------
| dump -0 -b 10 -a -f - / | gzip -4 | mbuffer -m 3M -s 10k | dd ibs=10k
| obs=10k conv=noerror,sync of="/dev/nst0"
|------------------------------------------------------------
dd: opening /dev/nst0': Read-only file system
0.0 kB/s in - 0.0 kB/s out - 0 kB total - buffer 0% full DUMP: Date of this level 0 dump: Wed Jul 23 16:32:48 2003
DUMP: Dumping /dev/hde3 (/) to standard output
0.0 kB/s in - 0.0 kB/s out - 0 kB total - buffer 0% full DUMP: Added inode 8 to exclude list (journal inode)
DUMP: Added inode 7 to exclude list (resize inode)
DUMP: Label: /
DUMP: mapping (Pass I) [regular files]
0.0 kB/s in - 0.0 kB/s out - 0 kB total - buffer 0% full DUMP: mapping (Pass II) [directories]
DUMP: estimated 9150928 tape blocks.
DUMP: Volume 1 started with block 1 at: Wed Jul 23 16:33:33 2003
DUMP: dumping (Pass III) [directories]
DUMP: Broken pipe
DUMP: The ENTIRE dump is aborted.
ERROR from backup, exiting
offending command(s):
dump -0 -b 10 -a -f - / | gzip -4 | mbuffer -m 3M -s 10k | dd ibs=10k obs=10k conv=noerror,sync of="/dev/nst0"
I'm at a loss to even pinpoint where the error is here... this "Broken pipe" report... that's as meaningful to me as "fatal exception error".
G