1AMSTATUS(8) System Administration Commands AMSTATUS(8)
2
3
4
6 amstatus - display the state of an Amanda run
7
9 amstatus [--file amdumpfile] [--[no]detail] [--[no]summary]
10 [--[no]stats] [--[no]locale-independent-date-format]
11 [--config] config
12
14 Amstatus gives the current state of the Amanda run specified by the
15 config configuration. If there is no active Amanda running, it
16 summarizes the result of the last run. It may also be used to summarize
17 the results of a previous run.
18
19 See the amanda(8) man page for more details about Amanda.
20
22 All options may be abbreviated to the shortest non-ambiguous
23 sub-string. If no options are given, everything is displayed.
24
25 [--config] config
26 Specify the Amanda configuration you want to display the state for.
27
28 --file amdumpfile
29 Specify an alternate file instead of the amdump or amflush file.
30
31 --detail
32 Display a detail of each dles.
33
34 --summary
35 Display a summary of the state of the run.
36
37 --stats|statistics
38 Display statistics about active-time of taper and dumpers.
39
40 --locale-independent-date-format
41 Output the date in a locale independent format. The format is the
42 same executing: date +'%Y-%m-%d %H:%M:%S %Z'
43
45 The exit code of amstatus is the ORed value of:
46 0 = success
47 1 = error
48 4 = a dle failed
49 8 = Don't know the status of a dle (RESULT_MISSING in the report)
50 16 = tape error or no more tape
51
53 amanda(8), amcheck(8), amdump(8), amrestore(8), amadmin(8)
54
55 The Amanda Wiki: : http://wiki.zmanda.com/
56
58 Stefan G. Weichinger <sgw@amanda.org>
59
60
61
62Amanda 3.5.1 12/01/2017 AMSTATUS(8)