projects
/
videoscripts
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be9a9d1
)
Removed unneeded file
author
Alan J. Pippin
<alan@pippins.net>
Fri, 18 Nov 2011 03:03:17 +0000
(20:03 -0700)
committer
Alan J. Pippin
<ajp@pippins.net>
Fri, 18 Nov 2011 03:03:17 +0000
(20:03 -0700)
backup_system.cmd
[deleted file]
patch
|
blob
|
history
diff --git
a/backup_system.cmd
b/backup_system.cmd
deleted file mode 100755
(executable)
index
c46b8ae
..0000000
--- a/
backup_system.cmd
+++ /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
-