head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2005.07.04.01.48.56;	author robbat2;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.11.30.09.42.46;	author chriswhite;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Moved from app-admin/amanda to app-backup/amanda.
@
text
@#!/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 )
@


1.1.1.1
log
@*** empty log message ***
@
text
@@

