7a73f7d8a9c0c6cbaee156406abb7eda06d97d0c
[debian/amanda] / man / amcheckdump.8
1 '\" t
2 .\"     Title: amcheckdump
3 .\"    Author: Ian Turner <ian@zmanda.com>
4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5 .\"      Date: 02/21/2012
6 .\"    Manual: System Administration Commands
7 .\"    Source: Amanda 3.3.1
8 .\"  Language: English
9 .\"
10 .TH "AMCHECKDUMP" "8" "02/21/2012" "Amanda 3\&.3\&.1" "System Administration Commands"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 amcheckdump \- check the results of an Amanda dump
32 .SH "SYNOPSIS"
33 .HP \w'\fBamcheckdump\fR\ 'u
34 \fBamcheckdump\fR [\-\-timestamp|\-t\ \fItimestamp\fR] [\-\-verbose] [\fB\-o\fR\ \fIconfigoption\fR...] \fIconfig\fR
35 .SH "DESCRIPTION"
36 .PP
37 \fBAmcheckdump\fR
38 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\&.
39 .PP
40 The application runs on the most recent dump or, if
41 \fI\-\-timestamp\fR
42 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\&.
43 .PP
44 If a changer is available, it is used to load the required tapes\&. Otherwise, the application interactively requests the tapes\&.
45 .PP
46 See the "\fBCONFIGURATION OVERRIDE\fR" section in
47 \fBamanda\fR(8)
48 for information on the
49 \-o
50 option\&.
51 .SH "EXAMPLE"
52 .PP
53 .nf
54 # check the most recent dump
55 amcheckdump MYCONFIG
56
57 # check a specific dump from back in \*(Aq78
58 amcheckdump MYCONFIG \-\-timestamp 19780615
59 .fi
60 .SH "SEE ALSO"
61 .PP
62 \fBamanda\fR(8),
63 \fBamcheck\fR(8)
64 .PP
65 The Amanda Wiki:
66 : http://wiki.zmanda.com/
67 .SH "AUTHOR"
68 .PP
69 \fBIan Turner\fR <\&ian@zmanda\&.com\&>
70 .RS 4
71 Zmanda, Inc\&. (http://www\&.zmanda\&.com)
72 .RE