1AMCLEANUP(8) AMCLEANUP(8)
2
3
4
6 amcleanup - run the Amanda cleanup process after a failure
7
9 amcleanup config
10
12 Amcleanup generates the Amanda Mail Report and updates the Amanda
13 databases after a system failure on a tape server host. This cleanup
14 process is normally done automatically as part of the amdump program,
15 but if amdump cannot complete for some reason (usually because of a
16 tape server host crash), amcleanup must be run some time later (usually
17 during system boot).
18
19 See the amanda(8) man page for more details about Amanda.
20
22 -k
23 Kill all Amanda processes.
24
26 This example runs the Amanda cleanup process by hand after a failure.
27
28 % amcleanup daily
29
30 Putting the following line in a system boot script (e.g.
31 /etc/rc.local) runs the Amanda cleanup process as part of the reboot,
32 eliminating the need to run it by hand.
33
34 /usr/local/sbin/amcleanup daily
35
36 If nothing needs to be done, amcleanup exits normally with the message:
37
38 amcleanup: no unprocessed logfile to clean up.
39
41 James da Silva, <jds@amanda.org>: Original text
42
43 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the
44 Amanda-documentation: XML-conversion
45
47 amanda(8), amdump(8)
48
49
50
51 02/07/2007 AMCLEANUP(8)