Imported Upstream version 2.6.0p1
[debian/amanda] / man / amcheckdump.8
1 .\"     Title: amcheckdump
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4 .\"      Date: 05/14/2008
5 .\"    Manual: 
6 .\"    Source: 
7 .\"
8 .TH "AMCHECKDUMP" "8" "05/14/2008" "" ""
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 amcheckdump - check the results of an Amanda dump
15 .SH "SYNOPSIS"
16 .HP 12
17 \fBamcheckdump\fR \fIconfig\fR [\-\-timestamp|\-t\ \fItimestamp\fR] [\-o\ \fIconfigoption\fR]...
18 .SH "DESCRIPTION"
19 .PP
20 \fBAmcheckdump\fR
21 verifies
22 \fIAmanda\fR
23 dump images by reading them from storage volume(s) and verifying that the images can be parsed by the appropriate application (if available)\. For example, a GNUTAR image is passed to GNU Tar for parsing, and any errors (e\.g\., corrupt or missing data) are noted\.
24 .PP
25 The application runs on the most recent dump or, if
26 \fI\-\-timestamp\fR
27 is specified, on the most recent dump with that timestamp\. Note that the verification is local to the
28 \fIAmanda\fR
29 server; if the dump application is not available, or is configured differently on the server than on the client, then the verification will most likely fail\.
30 .PP
31 If a changer is available, it is used to load the required tapes\. Otherwise, the application interactively requests the tapes\.
32 .PP
33 See the "\fBCONFIGURATION OVERRIDE\fR" section in
34 \fBamanda\fR(8)
35 for information on the
36 \-o
37 option\.
38 .SH "SEE ALSO"
39 .PP
40 \fBamanda\fR(8),
41 \fI\%http://wiki.zmanda.com\fR
42 .SH "EXAMPLE"
43 .PP
44 .RS 4
45 .nf
46 # check the most recent dump
47 amcheckdump MYCONFIG
48
49 # check a specific dump from back in \'78
50 amcheckdump MYCONFIG \-\-timestamp 19780615
51 .fi
52 .RE
53 .SH "SEE ALSO"
54 .PP
55 \fBamanda\fR(8),
56 \fBhttp://wiki.zmanda.com\fR()