I have a vxa-1 internal backup station and a 33GB tape. My disk is 80GB. I have 27GB of data on the disk, but I get this error mailed to me:
flexbackup version 1.1.7 (
http://flexbackup.sourceforge.net)
/etc/flexbackup.conf syntax OK
|------------------------------------------------------------
| Checking 'buffer' on this machine... Ok
| Checking /bin/sh on this machine... bash2
|------------------------------------------------------------
| Doing level 0 backup of set all using tar
| All sets = full (1 tapes)
| Rewinding & erasing tape...
| Creating index key 200501040200
| Backup set full (/ /boot)
| Tape #0
|------------------------------------------------------------
At block 2.
|------------------------------------------------------------
| File number 1, tape index 200501040200
| Backup of: /
| Date of this level 0 backup: Tue Jan 04 02:00:33 2005
| Date of last level 0 backup: the epoch
|------------------------------------------------------------
| cd "/" && find . -depth -xdev ! -type s ! -regex "news/articles" ! -regex
| ".*~"$ -print0 | tar --create --null --files-from=-
| --ignore-failed-read --same-permissions --no-recursion --totals --label
| "level 0 / Tue Jan 04 02:00:33 2005 tar+gzip from smeserver" --sparse
| --atime-preserve -b 20 --file - | gzip -4 | buffer -m 3m -s 10k -u 100
| -t -p 75 -B -o "/dev/nst0"
|------------------------------------------------------------
buffer (writer): write of data failed: No space left on device
bytes to write=10240, bytes written=-1, total written 14628700K
ERROR from backup, exiting
offending command(s):
cd "/" && find . -depth -xdev ! -type s ! -regex "news/articles" ! -regex ".*~"$ -print0 | tar --create --null --files-from=- --ignore-failed-read --same-permissions --no-recursion --totals --label "level 0 / Tue Jan 04 02:00:33 2005 tar+gzip from smeserver" --sparse --atime-preserve -b 20 --file - | gzip -4 | buffer -m 3m -s 10k -u 100 -t -p 75 -B -o "/dev/nst0"
Backup terminated: backup failed - status: 256
Anyone now what happen?