# Cron job for daily backups at 3:00 AM # Copy this file to /etc/cron.d/backup or create an entry in /etc/crontab 0 3 * * * root /opt/backup.sh >> /var/log/backup.log 2>&1