1AMCLEANUP(8) System Administration Commands AMCLEANUP(8)
2
3
4
6 amcleanup - run the Amanda cleanup process after a failure
7
9 amcleanup [-k] [-p] [-r] [-v] 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 The amcleanupdisk program is run with the same [-r] and [-v] options.
20
21 See the amanda(8) man page for more details about Amanda.
22
24 -k
25 Kill all process listed in the log file are their child. if there
26 is no log file, then kill all amdump and amflush process and their
27 child.
28
29 -p
30 Do the cleanup only if all process listed in the log file are
31 already terminated.
32
33 -r
34 Remove bad file in holding disk. This options is passed to
35 amcleanupdisk.
36
37 -v
38 Generate verbose output. This options is passed to amcleanupdisk.
39
41 This example runs the Amanda cleanup process by hand after a failure.
42 % amcleanup daily
43
44 Putting the following line in a system boot script (e.g.
45 /etc/rc.local) runs the Amanda cleanup process as part of the reboot,
46 eliminating the need to run it by hand.
47 /usr/local/sbin/amcleanup daily
48
49 If nothing needs to be done, amcleanup exits normally with the message:
50 amcleanup: no unprocessed logfile to clean up.
51
53 amanda(8), amdump(8)
54
55 The Amanda Wiki: : http://wiki.zmanda.com/
56
58 James da Silva <jds@amanda.org>
59
60 Stefan G. Weichinger <sgw@amanda.org>
61
62
63
64Amanda 3.3.3 01/10/2013 AMCLEANUP(8)