cc6b29a381f5532565da697bfaa1b13f4bf0bf49
[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: 11/05/2009
6 .\"    Manual: System Administration Commands
7 .\"    Source: Amanda 2.6.1p2
8 .\"  Language: English
9 .\"
10 .TH "AMCHECKDUMP" "8" "11/05/2009" "Amanda 2\&.6\&.1p2" "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 \fIAmanda\fR dump
23 .SH "SYNOPSIS"
24 .HP \w'\fBamcheckdump\fR\ 'u
25 \fBamcheckdump\fR \fIconfig\fR [\-\-timestamp|\-t\ \fItimestamp\fR] [\-o\ \fIconfigoption\fR]...
26 .SH "DESCRIPTION"
27 .PP
28 \fBAmcheckdump\fR
29 verifies
30 \fIAmanda\fR
31 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\&.
32 .PP
33 The application runs on the most recent dump or, if
34 \fI\-\-timestamp\fR
35 is specified, on the most recent dump with that timestamp\&. Note that the verification is local to the
36 \fIAmanda\fR
37 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\&.
38 .PP
39 If a changer is available, it is used to load the required tapes\&. Otherwise, the application interactively requests the tapes\&.
40 .PP
41 See the "\fBCONFIGURATION OVERRIDE\fR" section in
42 \fBamanda\fR(8)
43 for information on the
44 \-o
45 option\&.
46 .SH "EXAMPLE"
47 .PP
48 .nf
49 # check the most recent dump
50 amcheckdump MYCONFIG
51
52 # check a specific dump from back in \'78
53 amcheckdump MYCONFIG \-\-timestamp 19780615
54 .fi
55 .SH "SEE ALSO"
56 .PP
57 \fBamanda\fR(8),
58 : http://wiki.zmanda.com
59 .SH "AUTHOR"
60 .PP
61 \fBIan Turner\fR <\&ian@zmanda\&.com\&>
62 .RS 4
63 Zmanda, Inc\&. (http://www\&.zmanda\&.com)
64 .RE