Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
mondoarchive via cron - how do you know if it completed correctly?

mondoarchive via cron - how do you know if it completed correctly?

2004-01-26       - By Benjamin J. Weiss

 Back
Sorry about the OT post, but I couldn 't find the answer to this on google
and I didn 't want to join yet another list for a single question.

I 've been using mondoarchive for awhile now for interactive backup to CD 's.
We put in a tape drive and I set it up to backup to tape every night by
writing a very simple script and putting it in /etc/cron.daily (the script
is shown below). The problem is that I get a 6k log file each morning
(apparently mondo over-writes the /var/log/mondo-archive.log file each time
it runs) and I can 't see a line that will definitely state whether the
backup has worked or failed.

I 've placed last night 's log file here:
http://www.osbi.state.ok.us/mondo-archive.txt

I *think* that the line near the bottom reading "Data archived OK " *might*
be ok, but the one a few lines above reading
"ALL ARCHIVES HAVE BEEN READ IN AND WRITTEN " might do the trick as well.

Are there any cron/tape mondo users out there?

Thanks!

Ben
-- ---- ---- ---- ---
#!/bin/bash

# bash shell script to do a full backup to tape
# 21 January 2004 - Benjamin J. Weiss
#
# This script does a full backup of non-temporary filesystems,
# then rewinds the tape.
#
# Options below:
# -O : Do a backup, not a verify.
# F : Do not ask to make a boot floppy
# t : Backup to tape
# d /dev/st0 : Use the tape device and rewind after backup (nst0
would not rewind)
# -l GRUB : The bootloader that we 're using
# -f /dev/sda : The drive that the boot loader is on
# -E "path " : Directories to exclude from the backp.

# modified path so that mondoarchive can find mindi, etc
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin


/usr/local/bin/mondoarchive -OFtd /dev/st0 -l GRUB -f /dev/sda -E "/tmp
/dev /mnt /proc "

# set path back to what cron expects
PATH=/sbin:/bin:/usr/sbin:/usr/bin



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list