.\" .de EX .if t .ft C .nf .. .de EE .fi .if t .ft .. .TH AMCLEANUP 8 .SH NAME amcleanup \- run the Amanda cleanup process after a failure .SH SYNOPSIS .B amcleanup .I config .SH DESCRIPTION .B Amcleanup generates the .I Amanda Mail Report and updates the Amanda databases after a system failure on a tape server host. This cleanup process is normally done automatically as part of the .B amdump program, but if .B amdump cannot complete for some reason (usually because of a tape server host crash), .B amcleanup must be run some time later (usually during system boot). .LP See the .IR amanda (8) man page for more details about Amanda. .SH EXAMPLES This example runs the Amanda cleanup process by hand after a failure. .LP .RS .EX % amcleanup @DEFAULT_CONFIG@ .EE .RE .LP Putting the following line in a system boot script (e.g.\& .IR /etc/rc.local ) runs the Amanda cleanup process as part of the reboot, eliminating the need to run it by hand. .LP .RS .EX .ie '@sbindir@'${exec_prefix}/sbin' \{\ .ie '@exec_prefix@'${prefix}' .ds pr @prefix@/sbin .el .ds pr @exec_prefix@/sbin\} .el .ds pr @sbindir@ \*(pr/amcleanup @DEFAULT_CONFIG@ .EE .RE .LP If nothing needs to be done, .B amcleanup exits normally with the message: .LP .RS .EX amcleanup: no unprocessed logfile to clean up. .EE .RE .SH AUTHOR James da Silva .br University of Maryland, College Park .SH "SEE ALSO" amanda(8), amdump(8)