head	1.2;
access;
symbols
	RELEASE-1_4:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2005.07.04.01.50.01;	author robbat2;	state dead;
branches;
next	1.1;

1.1
date	2003.06.26.19.47.53;	author robbat2;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Moved 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
log
@added amanda ebuild
@
text
@@

