Imported Upstream version 2.4.5
[debian/amanda] / docs / amverify.8.txt
1
2                               amverify
3 Prev  Chapter 35. The AMANDA Manual Pages.  Next
4
5 -------------------------------------------------------------------------------
6
7 Name
8
9 amverify \14 check an Amanda tape for errors
10
11 Synopsis
12
13 amverify config [ slot [runtapes]]
14
15 DESCRIPTION
16
17 Amverify reads an Amanda format tape and makes sure each backup image can be
18 processed by amrestore and, if possible, the appropriate restore program (e.g.
19 tar).
20 Amverify runs amrestore on each file of the tape and pipes the output to a
21 restore program (if available) with an option to create a catalogue of the
22 backup. The catalogue itself is discarded. Only the success or failure of the
23 operation itself is reported.
24 If the backup image cannot be processed by the restore program, e.g. if it was
25 written on a different operating system, the image is sent through dd to /dev/
26 null. This still determines if the tape is readable, but does not do any
27 internal consistency check on the image.
28 If config is set up to use a tape changer, the slot argument may be used to
29 choose the first tape to process. Otherwise, the current slot is used.
30 The runtapes configuration parameter determines how many tapes are processed
31 unless it is specified on the command line.
32 See the amanda(8) man page for more details about Amanda.
33
34 AUTHOR
35
36 Axel Zinser <fifi@icem.de> : Original text
37 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the AMANDA-documentation:
38 XML-conversion
39
40 SEE ALSO
41
42 amrestore(8), amanda(8), amverifyrun(8)
43 -------------------------------------------------------------------------------
44
45 Prev    Up          Next
46 amtoc  Home  amverifyrun
47