1AMSTATUS(8) AMSTATUS(8)
2
3
4
6 amstatus - display the state of an Amanda run
7
9 amstatus [--config] config [--file amdumpfile] [--summary] [--dumping]
10 [--waitdumping] [--waittaper] [--dumpingtape] [--writingtape]
11 [--finished] [--failed] [--estimate] [--gestimate] [--stats]
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 --summary
32 Display a summary of the state of the run.
33
34 --dumping
35 Display all partitions that are dumping.
36
37 --waitdumping|wdumping
38 Display all partitions that are waiting to be dumped.
39
40 --waittaper|wtaper
41 Display all partitions dumped that are waiting to be written to
42 tape.
43
44 --dumpingtape|dtape
45 Display all partitions that are dumping directly to tape.
46
47 --writingtape|wtape
48 Display all partitions that are writing to tape.
49
50 --finished
51 Display all partitions that are dumped and written to tape.
52
53 --failed|error
54 Display all partitions that failed.
55
56 --estimate
57 Display all partitions whose estimate is finished. Works only
58 during the estimate phase.
59
60 --gestimate|gettingestimate
61 Display all partitions whose estimate is not finished. Works only
62 during the estimate phase.
63
64 --stats|statistics
65 Display statistics about active-time of taper and dumpers.
66
68 amanda(8), amcheck(8), amdump(8), amrestore(8), amadmin(8)
69
70
71
72 02/07/2007 AMSTATUS(8)