Imported Upstream version 2.4.4p3
[debian/amanda] / man / amverify.8.in
1 .\"
2 .de EX
3 .if t .ft C
4 .nf
5 ..
6 .de EE
7 .fi
8 .if t .ft
9 ..
10 .TH AMVERIFY 8
11 .SH NAME
12 amverify \- check an Amanda tape for errors
13 .SH SYNOPSIS
14 .B amverify
15 .I config
16 [
17 .I slot
18 [
19 .I runtapes
20 ]
21 ]
22 .SH DESCRIPTION
23 .B Amverify
24 reads an Amanda format tape and makes sure each backup image
25 can be processed by
26 .B amrestore
27 and, if possible, the appropriate restore program (e.g.\&
28 .BR tar ).
29 .LP
30 .B Amverify
31 runs
32 .B amrestore
33 on each file of the tape and pipes the output
34 to a restore program (if available) with an option to create a catalogue
35 of the backup.
36 The catalogue itself is discarded.
37 Only the success or failure of the operation itself is reported.
38 .LP
39 If the backup image cannot be processed by the restore program,
40 e.g. if it was written on a different operating system,
41 the image is sent through
42 .B dd
43 to /dev/null.
44 This still determines if the tape is readable,
45 but does not do any internal consistency check on the image.
46 .LP
47 If
48 .I config
49 is set up to use a tape changer,
50 the
51 .I slot
52 argument may be used to choose the first tape to process.
53 Otherwise,
54 the
55 .B current
56 slot is used.
57 .LP
58 The
59 .B runtapes
60 configuration parameter determines how many tapes are processed unless
61 it is specified on the command line.
62 .LP
63 See the
64 .IR amanda (8)
65 man page for more details about Amanda.
66 .SH AUTHOR
67 Axel Zinser <fifi@icem.de>
68 .SH "SEE ALSO"
69 amrestore(8),
70 amanda(8),
71 amverifyrun(8)