Imported Upstream version 2.5.1p3
[debian/amanda] / man / amoverview.8
1 .\"     Title: amoverview
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
4 .\"      Date: 02/07/2007
5 .\"    Manual: 
6 .\"    Source: 
7 .\"
8 .TH "AMOVERVIEW" "8" "02/07/2007" "" ""
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 amoverview \- display file systems processed by Amanda over time
15 .SH "SYNOPSIS"
16 .HP 11
17 \fBamoverview\fR [[\-config\ ]\ \fIconfig\fR] [\-hostwidth\ \fIwidth\fR] [\-diskwidth\ \fIwidth\fR] [\-skipmissed] [\-last] [\-num0] [\-togo0] [\-verbose]
18 .SH "DESCRIPTION"
19 .PP
20 \fBAmoverview\fR
21 displays a chart showing hosts and file systems processed by
22 \fIAmanda\fR
23 along with the backup level performed each day.
24 .PP
25 See the
26 \fBamanda\fR(8)
27 man page for more details about
28 \fIAmanda\fR.
29 .SH "OPTIONS"
30 .PP
31 \fB\-config\fR \fIconfig\fR
32 .RS 4
33 Use configuration
34 \fIconfig\fR
35 instead of configuration daily.
36 .RE
37 .PP
38 \fB\-hostwidth\fR \fIwidth\fR
39 .RS 4
40 Set
41 \fBhost\fR
42 field column width to
43 \fIwidth\fR
44 characters instead of 8.
45 .RE
46 .PP
47 \fB\-diskwidth\fR \fIwidth\fR
48 .RS 4
49 Set
50 \fBdisk\fR
51 field column width to
52 \fIwidth\fR
53 characters instead of 20.
54 .RE
55 .PP
56 \fB\-skipmissed\fR
57 .RS 4
58 Compacts the output by only printing stats for the days
59 \fIAmanda\fR
60 actually ran.
61 .RE
62 .PP
63 \fB\-last\fR
64 .RS 4
65 Outputs the last status of each disk at the start. Useful for long tapecycles and/or sparse reports.
66 .RE
67 .PP
68 \fB\-num0\fR
69 .RS 4
70 Outputs the number of level 0 dumps for each disk.
71 .RE
72 .PP
73 \fB\-togo0\fR
74 .RS 4
75 Outputs the number of runs until the last level 0 dump is overwritten.
76 .RE
77 .PP
78 \fB\-verbose\fR
79 .RS 4
80 \fBAmoverview\fR
81 can take a long while on large systems. This option reports intermediate steps while it is working.
82 .RE
83 .SH "RESULTS"
84 .PP
85 \fBamoverview\fR
86 is a summary of the output of "
87 \fBamadmin <config> find\fR
88 ". When the last column of
89 \fBamadmin find\fR
90 contains anything other than "OK", amoverview translates this into "E" for that day.
91 .PP
92 A number indicates the level of backup and it succeeded. An "E" indicates an error for that day. You get an "E" for all errors, like failed to connect, datatimeout, computer crashed, etc, but also for failing to write to tape.
93 .PP
94 You can have an "E" followed by a number if a filesystem ran into end\-of\-tape once (gives an "E", and later that day, you flush it to a second tape (a number: the level, indicating success). If the flush failed too, you get a double "EE" for that day.
95 .PP
96 You can also have a double code if you have two tapes in the changer and
97 \fIAmanda\fR
98 failed to write to tape the first time because it hit end of tape (resulting in "E0", for a full, "E1" for an incremental etc.) or twice with error ("EE"), and may a successful flush afterwards giving maybe "EE0". (Only the latest 2 characters are printed).
99 .SH "EXAMPLE"
100 .PP
101 This shows the
102 \fI/home\fR
103 file system on
104 \fIhost2\fR
105 was backed up at level 3 on the 8th, 9th and 10th of December, had a full backup on the 11th, a level 1 on the 12th and a level 2 on the 13th.
106 .sp
107 .RS 4
108 .nf
109 # amoverview
110                          date 12 12 12 12 12 12
111 host     disk                 08 09 10 11 12 13
112  
113 host1    /                     0  1  1  1  1  1
114 host1    /var                  0  1  1  1  1  1
115 host2    /                     1  1  1  1  1  0
116 host2    /home                 3  3  3  0  1  2
117 host2    /opt                  1  1  1  1  1  1
118 host2    /var                  1  1  0  1  1  1 
119 .fi
120 .RE
121 .SH "SEE ALSO"
122 .PP
123 \fBamadmin\fR(8),
124 \fBamanda\fR(8)