Cover V02, I04
Article
Figure 1
Figure 2
Figure 3
Figure 4
Listing 1
Listing 2
Listing 3
Listing 4
Listing 5
Sidebar 1

jul93.tar


Listing 1: spooldumps.sh

#
# spooldumps.sh:
#   Schedule overnight job to perform nightly tape backups
#   (This is so the dump processes cannot get into possible
#   locking conflicts with active overnight jobs)
#

#
# Check if dumps job has already been spooled (allows this script
# to be scheduled for multiple runs via cron for redundancy):
#

if isonite.sh zdumps
then
exit 0
fi

#
# Change to the /u3/Backup directory, where utility scripts reside,
# and spool the dump.sh master script:
#

cd /u3/Backup

/usr/local/spoolonite.sh zdumps 7 <<END
dump.sh
END