| Listing 15
 
# 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)
#
cd /u3/Backup
/usr/local/spoolonite.sh zdumps 7 <<END
dump.sh
END
 
 
 
 
 |