Imported Upstream version 2.5.0p2
[debian/amanda] / man / amoverview.8
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "AMOVERVIEW" 8 "" "" ""
21 .SH "NAME"
22 amoverview - display file systems processed by Amanda over time
23 .SH "SYNOPSIS"
24 .HP 11
25 \fBamoverview\fR [[-config ] \fIconfig\fR] [-hostwidth \fIwidth\fR] [-diskwidth \fIwidth\fR] [-skipmissed] [-last] [-num0] [-togo0] [-verbose]
26 .SH "DESCRIPTION"
27 .PP
28 \fBAmoverview\fR
29 displays a chart showing hosts and file systems processed by
30 \fBAmanda\fR
31 along with the backup level performed each day.
32 .PP
33 See the
34 \fBamanda\fR(8)
35 man page for more details about
36 \fBAmanda\fR.
37 .SH "OPTIONS"
38 .TP
39 \fB-config\fR \fIconfig\fR
40 Use configuration
41 \fBconfig\fR
42 instead of configuration daily.
43 .TP
44 \fB-hostwidth\fR \fIwidth\fR
45 Set
46 \fBhost\fR
47 field column width to
48 \fBwidth\fR
49 characters instead of 8.
50 .TP
51 \fB-diskwidth\fR \fIwidth\fR
52 Set
53 \fBdisk\fR
54 field column width to
55 \fBwidth\fR
56 characters instead of 20.
57 .TP
58 \fB-skipmissed\fR
59 Compacts the output by only printing stats for the days
60 \fBAmanda\fR
61 actually ran.
62 .TP
63 \fB-last\fR
64 Outputs the last status of each disk at the start. Useful for long tapecycles and/or sparse reports.
65 .TP
66 \fB-num0\fR
67 Outputs the number of level 0 dumps for each disk.
68 .TP
69 \fB-togo0\fR
70 Outputs the number of runs until the last level 0 dump is overwritten.
71 .TP
72 \fB-verbose\fR
73 \fBAmoverview\fR
74 can take a long while on large systems. This option reports intermediate steps while it is working.
75 .SH "RESULTS"
76 .PP
77 \fBamoverview\fR
78 is a summary of the output of "
79 \fBamadmin <config> find\fR
80 ". When the last column of
81 \fBamadmin find\fR
82 contains anything other than "OK", amoverview translates this into "E" for that day.
83 .PP
84 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.
85 .PP
86 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.
87 .PP
88 You can also have a double code if you have two tapes in the changer and
89 \fBAmanda\fR
90 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).
91 .SH "EXAMPLE"
92 .PP
93 This shows the
94 \fI/home\fR
95 file system on
96 \fBhost2\fR
97 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.
98 .nf
99
100 # amoverview
101                          date 12 12 12 12 12 12
102 host     disk                 08 09 10 11 12 13
103  
104 host1    /                     0  1  1  1  1  1
105 host1    /var                  0  1  1  1  1  1
106 host2    /                     1  1  1  1  1  0
107 host2    /home                 3  3  3  0  1  2
108 host2    /opt                  1  1  1  1  1  1
109 host2    /var                  1  1  0  1  1  1 
110 .fi
111 .SH "SEE ALSO"
112 .PP
113 \fBamadmin\fR(8),
114 \fBamanda\fR(8)
115