Imported Upstream version 2.5.1p3
[debian/amanda] / man / amverify.8
1 .\"     Title: amverify
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 "AMVERIFY" "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 amverify \- check an Amanda tape for errors
15 .SH "SYNOPSIS"
16 .HP 9
17 \fBamverify\fR \fIconfig\fR [\fIslot\fR\ [\fIruntapes\fR]]
18 .SH "DESCRIPTION"
19 .PP
20 \fBAmverify\fR
21 reads an Amanda format tape and makes sure each backup image can be processed by
22 \fBamrestore\fR
23 and, if possible, the appropriate restore program (e.g.
24 \fBtar\fR).
25 .PP
26 \fBAmverify\fR
27 runs
28 \fBamrestore\fR
29 on each file of the tape and pipes the output to a restore program (if available) with an option to create a catalogue of the backup. The catalogue itself is discarded. Only the success or failure of the operation itself is reported.
30 .PP
31 If the backup image cannot be processed by the restore program, e.g. if it was written on a different operating system, the image is sent through
32 \fBdd\fR
33 to /dev/null. This still determines if the tape is readable, but does not do any internal consistency check on the image.
34 .PP
35 If
36 \fIconfig\fR
37 is set up to use a tape changer, the
38 \fIslot\fR
39 argument may be used to choose the first tape to process. Otherwise, the
40 \fBcurrent\fR
41 slot is used.
42 .PP
43 The
44 \fBruntapes\fR
45 configuration parameter determines how many tapes are processed unless it is specified on the command line.
46 .PP
47 See the
48 \fBamanda\fR(8)
49 man page for more details about Amanda.
50 .SH "AUTHOR"
51 .PP
52 Axel Zinser
53 <fifi@icem.de>
54 : Original text
55 .PP
56 Stefan G. Weichinger,
57 <sgw@amanda.org>, maintainer of the
58 \fIAmanda\fR\-documentation: XML\-conversion
59 .SH "SEE ALSO"
60 .PP
61 \fBamrestore\fR(8),
62 \fBamanda\fR(8),
63 \fBamverifyrun\fR(8)