Imported Upstream version 2.5.1
[debian/amanda] / docs / amreport.8.txt
1
2                               amreport
3 Prev  Chapter 36. The Amanda Manual Pages.  Next
4
5 -------------------------------------------------------------------------------
6
7 Name
8
9 amreport \14 generate a formatted output of statistics for an Amanda run
10
11 Synopsis
12
13 amreport [config] [-i] [ -M | address ] [ -l | logfile ] [ -f | outputfile ]
14 [ -p | postscriptfile ] [ -o | configoption ]*
15
16 DESCRIPTION
17
18 Amreport generates a summary report of an amanda(8) backup run. If no
19 configuration name is specified, amanda.conf is read from the current
20 directory.
21 See the amanda(8) man page for more details about Amanda.
22
23 OPTIONS
24
25
26
27   config
28       Name of the configuration to process.
29
30   -i
31       Don't email the report.
32
33   -M address
34       Mail the report to address instead of the mailto value from amanda.conf.
35
36   -l logfile
37       Name of the log file to parse to generate the report. If a log file is
38       not specified, it defaults to the file:
39
40 logdir/log
41 where logdir is the log directory defined in amanda.conf.
42
43
44   -f outputfile
45       Normally, amreport sends the report via e-mail to the mailto user as
46       defined in the amanda.conf file. If outputfile is specified, then the
47       report is put in outputfile.
48
49   -p postscriptfile
50       Send the postscript output to the file postscriptfile instead of to the
51       lpr(1) command. This option has an effect only if the lbl-templ directive
52       is specified in amanda.conf.
53
54   -o configoption
55       See the "CONFIGURATION OVERWRITE" section in amanda(8).
56
57
58 LABEL PRINTING
59
60 Amanda can print postscript labels describing the contents of tape(s) written
61 in a run. The labels are designed to be folded and inserted into the tape case
62 along with the tape or hole punched and put in a 3-ring binder. Various label
63 templates are provided to format data for different tape sizes.
64 The information printed varies slightly between label templates due to size
65 constraints. Labels contain one line for each host/file-system pair and may
66 also contain the file number on the tape, the level of the dump, the original
67 size of the dump and the size of the (possibly compressed) tape file.
68 Add the lbl-templ parameter to the tapetype definition in amanda.conf to enable
69 labels. If you don't add this line to your tapetype definition, amreport will
70 not print tape labels.
71 You may use the remap='I'>printer keyword in amanda.conf to print to other than
72 the system default printer.
73
74 TEMPLATES
75
76 Amanda provides label templates for the following tape types. These are pretty
77 generic labels and should be easy to customize for other tape types or
78 particular site needs.
79
80 * ExaByte 8mm tapes
81 * DAT 4mm tapes
82 * DLT tapes
83 * 3-ring binder
84 The 3-ring binder type is the most generic. It may be used to make a hardcopy
85 log of the tapes.
86
87 SEE ALSO
88
89 amanda(8), amflush(8)
90 -------------------------------------------------------------------------------
91
92 Prev        Up        Next
93 amrecover  Home  amrestore
94