Imported Upstream version 3.2.0
[debian/amanda] / man / amcheckdump.8
1 '\" t
2 .\"     Title: amcheckdump
3 .\"    Author: Ian Turner <ian@zmanda.com>
4 .\" Generator: DocBook XSL Stylesheets vsnapshot_8273 <http://docbook.sf.net/>
5 .\"      Date: 10/18/2010
6 .\"    Manual: System Administration Commands
7 .\"    Source: Amanda 3.2.0
8 .\"  Language: English
9 .\"
10 .TH "AMCHECKDUMP" "8" "10/18/2010" "Amanda 3\&.2\&.0" "System Administration Commands"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 amcheckdump \- check the results of an Amanda dump
23 .SH "SYNOPSIS"
24 .HP \w'\fBamcheckdump\fR\ 'u
25 \fBamcheckdump\fR \fIconfig\fR [\-\-timestamp|\-t\ \fItimestamp\fR] [\-\-verbose] [\fB\-o\fR\ \fIconfigoption\fR...]
26 .SH "DESCRIPTION"
27 .PP
28 \fBAmcheckdump\fR
29 verifies Amanda 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\&.
30 .PP
31 The application runs on the most recent dump or, if
32 \fI\-\-timestamp\fR
33 is specified, on the most recent dump with that timestamp\&. Note that the verification is local to the Amanda 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\&.
34 .PP
35 If a changer is available, it is used to load the required tapes\&. Otherwise, the application interactively requests the tapes\&.
36 .PP
37 See the "\fBCONFIGURATION OVERRIDE\fR" section in
38 \fBamanda\fR(8)
39 for information on the
40 \-o
41 option\&.
42 .SH "EXAMPLE"
43 .PP
44 .nf
45 # check the most recent dump
46 amcheckdump MYCONFIG
47
48 # check a specific dump from back in \'78
49 amcheckdump MYCONFIG \-\-timestamp 19780615
50 .fi
51 .SH "SEE ALSO"
52 .PP
53 \fBamanda\fR(8),
54 \fBamcheck\fR(8)
55 .PP
56 The Amanda Wiki:
57 : http://wiki.zmanda.com/
58 .SH "AUTHOR"
59 .PP
60 \fBIan Turner\fR <\&ian@zmanda\&.com\&>
61 .RS 4
62 Zmanda, Inc\&. (http://www\&.zmanda\&.com)
63 .RE