summaryrefslogtreecommitdiff
path: root/backup/amanda/files/amanda-cron
diff options
context:
space:
mode:
Diffstat (limited to 'backup/amanda/files/amanda-cron')
-rw-r--r--backup/amanda/files/amanda-cron13
1 files changed, 0 insertions, 13 deletions
diff --git a/backup/amanda/files/amanda-cron b/backup/amanda/files/amanda-cron
deleted file mode 100644
index a5524dc2e3a1..000000000000
--- a/backup/amanda/files/amanda-cron
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# This is a sample cron job to kick off backups with amanda.
-
-# Run the tape tests on DailySet first, and if ok, then kick off backups
-# Mail error reports to root
-
-# Ensure TAPE is set to your tape drive for mt to work, ie. TAPE="/dev/st0"
-
-ADMIN_EMAIL="root@localhost"
-
-/usr/sbin/amcheck -t -m -M"${ADMIN_EMAIL}" __AMANDA_CONFIG_NAME__ && \
-( /usr/sbin/amdump __AMANDA_CONFIG_NAME__ ; /usr/sbin/mt eject )