filesystem backup module, notape.pl not working

backing up 37GB of data using File System Backup, backup to tape

QUANTUM DLT TAPE DRIVE, USING 20GB NATIVE TAPE

backup format: unix tar /dev/st0 is the tape drive (single tape drive, not autoloader or library)

tape size: 20000000kb (it also still fails when set to (work out automatically) prompt for new tape if needed: Set to YES

Keep getting failed backups, tape full no space left on tape, I tried using EXT3 filesystem backup, same deal

However it used to prompt me for a new tape before the latest webmin/virtualmin upgrade was done.

NOTE: in filesystem backup module under webmin, if you click on the words (prompt for new tape if needed) should launch the help/definition of it, but i get this error: Failed to read help file /usr/libexec/webmin/fsdump/help/notape.html and the file is there.

Please help, i can attach screen shots if needed, thanks>

tar: Removing leading /' from member names tar:/etc/webmin/fsdump/notape.pl 136761330803000' command failed tar: Error is not recoverable: exiting now

Backup failed!

Status: 
Closed (fixed)

Comments

A screenshot would be useful..

Did you enable gzip compression for your backup? That doesn't work with tape backups.

Also, is the data being backed up bigger than 20 GB?

screenshot attached:

no, no compression enabled.

and Yes 20GB tapes , 37GB needed to be backed up, thus the notape.pl should launch and ask for another tape, it used to do this before the latest webmin update/upgrade to the latest version

centos 5.7 fully patched.

Are you running the backup job in the foreground (so that progress output is shown) or in the background so that it appears on the main page of the Filesystem Backup module?

Also, on the Module Config page, do you have "Prompt for new tape if full?" set to "Yes" ?

Yes, unfortunately i made sure these were on too, in module config, run in background (i know it will fail for sure in foreground) and prompt for new tape, as shown in this pic attachment.

Could you run ps auxwwwww | grep tar when the backup is running to see the full command line to tar, and post it here?

grep tar mailman 2823 0.0 0.2 13984 5216 ? Ss Feb16 0:00 /usr/bin/python /usr/lib/mailman/bin/mailmanctl -s -q start root 3157 0.0 0.1 12964 4236 ? S Feb16 0:00 /usr/bin/python /usr/sbin/xend start root 3158 0.0 0.2 64184 5192 ? Sl Feb16 0:00 /usr/bin/python /usr/sbin/xend start root 15746 1.7 0.0 2980 936 pts/1 Ds+ 01:13 0:00 tar -c -f /dev/st0 -V tl -F /etc/webmin/fsdump/notape.pl 156881330928009 /home/atozmicro/public_html root 15764 0.0 0.0 4156 708 pts/0 S+ 01:14 0:00 grep tar

Ok, so the problem is that the -F flag is using the notape.pl command, which stops tape changing from working..

Which Webmin version are you using there?

How about the Webmin version? You can get that with the command rpm -q webmin

sorry about that, Webmin 1.580

Any chance I could login to your system to take a look at this? The current behavior of Webmin isn't making sense to me ..

For anyone else reading this - the cause was the option to control prompting for new tape on the Module Config page having its labels reversed. This will be fixed in the next webmin release.

Automatically closed -- issue fixed for 2 weeks with no activity.