Removed unneeded file
authorAlan J. Pippin <alan@pippins.net>
Fri, 18 Nov 2011 03:03:17 +0000 (20:03 -0700)
committerAlan J. Pippin <ajp@pippins.net>
Fri, 18 Nov 2011 03:03:17 +0000 (20:03 -0700)
backup_system.cmd [deleted file]

diff --git a/backup_system.cmd b/backup_system.cmd
deleted file mode 100755 (executable)
index c46b8ae..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
-