VERBOSE='yes' TOBHOME="/usr/local/etc/tob" TOBLOG="/var/log/tob" VERIFYLOG=$TOBLOG/verify.log # not used yet CDPIOLOG=$TOBLOG/cdpio CDPIOLOGB=$CDPIOLOG/backup.log # just to stop tob printing incorrect messages BACKUPDEV="/dev/scd0" BACKUPCMD='cdpio -v < $FILELIST' # Let's see what we're up to. if [ "$TYPE" = "full" ] ; then echo "About to make a FULL backup." elif [ "$TYPE" = "diff" ] ; then echo "About to make a DIFFERENTIAL backup." elif [ "$TYPE" = "inc" ] ; then echo "About to make an INCREMENTAL backup." fi