3 export PATH=$(dirname $0):/bin:/usr/bin
7 if [ -n "$(find $lastbackupfile -mtime +14)" -o -n "$(cat $statusfile | grep -i incomplete)" ]; then
8 echo "Running backups from cron..."
12 echo "Not running backups today. Backups were last run on $(<$lastbackupfile)"