Imported Upstream version 2.4.4p3
[debian/amanda] / man / amstatus.8.in
1 .\"
2 .de EX
3 .if t .ft C
4 .nf
5 ..
6 .de EE
7 .fi
8 .if t .ft
9 ..
10 .de P1
11 \fB\\$1\fP \fI\\$2\fP \\$3 \fI\\$4\fP \\$5
12 ..
13 .de P2
14 \fB\\$1\fP \fI\\$2\fP \fI\\$3\fP
15 ..
16 .de P3
17 \fB\\$1\fP \\$2 \fI\\$3\fP \\$4 \fI\\$5\fP \\$6 \\$7
18 ..
19 .TH AMSTATUS 8
20 .SH NAME
21 amstatus \- display the state of an Amanda run
22 .SH SYNOPSIS
23 .B amstatus
24 [--config]
25 .I config
26 [--file 
27 .I amdumpfile
28 ]
29 [--summary]
30 [--dumping]
31 [--waitdumping]
32 [--waittaper]
33 [--dumpingtape]
34 [--writingtape]
35 [--finished]
36 [--failed]
37 [--estimate]
38 [--gestimate]
39 [--stats]
40 .SH DESCRIPTION
41 .B Amstatus
42 gives the current state of the Amanda run specified by the 
43 .I config
44 configuration.
45 If there is no active amanda running, it summarizes the result of the last run.
46 It may also be used to summarize the results of a previous run.
47 .LP
48 See the
49 .IR amanda (8)
50 man page for more details about Amanda.
51 .SH OPTIONS
52 All options may be abbreviated to the shortest non-ambiguous sub-string.
53 If no options are given, everything is displayed.
54 .TP
55 .B "[--config]" config
56 Specify the Amanda configuration you want to display the state for.
57 .TP
58 .B --file amdumpfile
59 Specify an alternate file instead of the
60 .I amdump
61 or
62 .I amflush
63 file.
64 .TP
65 .B --summary
66 Display a summary of the state of the run.
67 .TP
68 .B --dumping
69 Display all partitions that are dumping.
70 .TP
71 .B --waitdumping|wdumping
72 Display all partitions that are waiting to be dumped.
73 .TP
74 .B --waittaper|wtaper
75 Display all partitions dumped that are waiting to be written to tape.
76 .TP
77 .B --dumpingtape|dtape
78 Display all partitions that are dumping directly to tape.
79 .TP
80 .B --writingtape|wtape
81 Display all partitions that are writing to tape.
82 .TP
83 .B --finished
84 Display all partitions that are dumped and written to tape.
85 .TP
86 .B --failed|error
87 Display all partitions that failed.
88 .TP
89 .B --estimate
90 Display all partitions whose estimate is finished.
91 Works only during the estimate phase.
92 .TP
93 .B --gestimate|gettingestimate
94 Display all partitions whose estimate is not finished.
95 Works only during the estimate phase.
96 .TP
97 .B --stats|statistics
98 Display statistics about active-time of taper and dumpers.
99 .SH "SEE ALSO"
100 amanda(8),
101 amcheck(8),
102 amdump(8),
103 amrestore(8),
104 amadmin(8)