ccd7964cf9276f53febd98737b5cd26b86087e8e
[debian/amanda] / docs / amoverview.8.txt
1
2                             amoverview
3 Prev  Chapter 35. 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] [-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   -verbose
40       Amoverview can take a long while on large systems. This option reports
41       intermediate steps while it is working.
42
43
44 RESULTS
45
46 amoverview is a summary of the output of " amadmin <config> find ". When the
47 last column of amadmin find contains anything other than "OK", amoverview
48 translates this into "E" for that day.
49 A number indicates the level of backup and it succeeded. An "E" indicates an
50 error for that day. You get an "E" for all errors, like failed to connect,
51 datatimeout, computer crashed, etc, but also for failing to write to tape.
52 You can have an "E" followed by a number if a filesystem ran into end-of-tape
53 once (gives an "E", and later that day, you flush it to a second tape (a
54 number: the level, indicating success). If the flush failed too, you get a
55 double "EE" for that day.
56 You can also have a double code if you have two tapes in the changer and AMANDA
57 failed to write to tape the first time because it hit end of tape (resulting in
58 "E0", for a full, "E1" for an incremental etc.) or twice with error ("EE"), and
59 may a successful flush afterwards giving maybe "EE0". (Only the latest 2
60 characters are printed).
61
62 EXAMPLE
63
64 This shows the /home file system on host2 was backed up at level 3 on the 8th,
65 9th and 10th of December, had a full backup on the 11th, a level 1 on the 12th
66 and a level 2 on the 13th.
67
68   # amoverview
69                            date 12 12 12 12 12 12
70   host     disk                 08 09 10 11 12 13
71
72   host1    /                     0  1  1  1  1  1
73   host1    /var                  0  1  1  1  1  1
74   host2    /                     1  1  1  1  1  0
75   host2    /home                 3  3  3  0  1  2
76   host2    /opt                  1  1  1  1  1  1
77   host2    /var                  1  1  0  1  1  1
78
79
80 SEE ALSO
81
82 amadmin(8), amanda(8)
83 -------------------------------------------------------------------------------
84
85 Prev   Up     Next
86 ammt  Home  amplot
87