Imported Upstream version 2.5.1
[debian/amanda] / docs / amoverview.8.txt
1
2                             amoverview
3 Prev  Chapter 36. The Amanda Manual Pages.  Next
4
5 -------------------------------------------------------------------------------
6
7 Name
8
9 amoverview \14 display file systems processed by Amanda over time
10
11 Synopsis
12
13 amoverview [[-config ] config ] [-hostwidth width] [-diskwidth width] [-
14 skipmissed] [-last] [-num0] [-togo0] [-verbose]
15
16 DESCRIPTION
17
18 Amoverview displays a chart showing hosts and file systems processed by Amanda
19 along with the backup level performed each day.
20 See the amanda(8) man page for more details about Amanda.
21
22 OPTIONS
23
24
25
26   -config config
27       Use configuration config instead of configuration daily.
28
29   -hostwidth width
30       Set host field column width to width characters instead of 8.
31
32   -diskwidth width
33       Set disk field column width to width characters instead of 20.
34
35   -skipmissed
36       Compacts the output by only printing stats for the days Amanda actually
37       ran.
38
39   -last
40       Outputs the last status of each disk at the start. Useful for long
41       tapecycles and/or sparse reports.
42
43   -num0
44       Outputs the number of level 0 dumps for each disk.
45
46   -togo0
47       Outputs the number of runs until the last level 0 dump is overwritten.
48
49   -verbose
50       Amoverview can take a long while on large systems. This option reports
51       intermediate steps while it is working.
52
53
54 RESULTS
55
56 amoverview is a summary of the output of " amadmin <config> find ". When the
57 last column of amadmin find contains anything other than "OK", amoverview
58 translates this into "E" for that day.
59 A number indicates the level of backup and it succeeded. An "E" indicates an
60 error for that day. You get an "E" for all errors, like failed to connect,
61 datatimeout, computer crashed, etc, but also for failing to write to tape.
62 You can have an "E" followed by a number if a filesystem ran into end-of-tape
63 once (gives an "E", and later that day, you flush it to a second tape (a
64 number: the level, indicating success). If the flush failed too, you get a
65 double "EE" for that day.
66 You can also have a double code if you have two tapes in the changer and Amanda
67 failed to write to tape the first time because it hit end of tape (resulting in
68 "E0", for a full, "E1" for an incremental etc.) or twice with error ("EE"), and
69 may a successful flush afterwards giving maybe "EE0". (Only the latest 2
70 characters are printed).
71
72 EXAMPLE
73
74 This shows the /home file system on host2 was backed up at level 3 on the 8th,
75 9th and 10th of December, had a full backup on the 11th, a level 1 on the 12th
76 and a level 2 on the 13th.
77
78   # amoverview
79                            date 12 12 12 12 12 12
80   host     disk                 08 09 10 11 12 13
81
82   host1    /                     0  1  1  1  1  1
83   host1    /var                  0  1  1  1  1  1
84   host2    /                     1  1  1  1  1  0
85   host2    /home                 3  3  3  0  1  2
86   host2    /opt                  1  1  1  1  1  1
87   host2    /var                  1  1  0  1  1  1
88
89
90 SEE ALSO
91
92 amadmin(8), amanda(8)
93 -------------------------------------------------------------------------------
94
95 Prev   Up     Next
96 ammt  Home  amplot
97