#!/bin/bash # Remove any old backup images rm -rf /home/backup/* # Since this entire system fits on 1 DVD, blow away old backup database rm -f /var/lib/backups/backups.db # Create a new backup image /usr/local/bin/pack-image.sh # Burn the new backup image /usr/local/bin/burn-imgs.sh