Table of Contentsamcleanup - runs the Amanda cleanup process after a failure amcleanup config
Amcleanup generates the Amanda Mail Report and updates the Amanda databases after a system failure on the master host. This cleanup process is normally done automatically as part of the amdump program, but if amdump cannot complete for some reason (usually because of a host crash), amcleanup must be run some time later. See the amanda(8) man page for more details about Amanda.
- % amcleanup csd
- Runs the Amanda cleanup process by hand during the day after noticing a failure.
if [ -s /usr/adm/amanda/csd/amanda.log ]
then
/usr/local/sbin/amcleanup csd
fi
Putting the above in /etc/rc.local runs the Amanda cleanup process when needed as part of the reboot, eliminating the need to run it by hand.
James da Silva <jds@cs.umd.edu>
University of Maryland, College Park
amanda(8), amdump(8).
Table of Contents
www.fiveanddime.net