#!/bin/bash`

LOGFILE=backup.log
ERRLOG=backup_errors.log

BMOUNT=/mnt/backup
BAKDIR=$BMOUNT/backup/cron

KEEP=7