Imported Upstream version 2.4.4p3
[debian/amanda] / man / amcheckdb.8.in
1 .\"
2 .de EX
3 .if t .ft C
4 .nf
5 ..
6 .de EE
7 .fi
8 .if t .ft
9 ..
10 .TH AMCHECKDB 8
11 .SH NAME
12 amcheckdb \- check Amanda database for tape consistency
13 .SH SYNOPSIS
14 .B amcheckdb
15 .I config
16 .SH DESCRIPTION
17 .B Amcheckdb
18 verifies that every tape mentioned in the Amanda database
19 is still valid in the
20 .I tapelist
21 file.
22 .LP
23 See the
24 .IR amanda (8)
25 man page for more details about Amanda.
26 .SH EXAMPLE
27 This shows a normal response:
28 .LP
29 .RS
30 .EX
31 # amcheckdb @DEFAULT_CONFIG@
32 Ready.
33 .EE
34 .RE
35 .LP
36 This shows tape
37 .I DMP014
38 is still listed in the database but is no longer listed in the
39 .I tapelist
40 file:
41 .LP
42 .RS
43 .EX
44 # amcheckdb @DEFAULT_CONFIG@
45 Tape DMP014 missing in @CONFIG_DIR@/@DEFAULT_CONFIG@/tapelist
46 Ready.
47 .EE
48 .RE
49 .SH AUTHOR
50 Adrian T. Filipi-Martin <atf3r@cs.virginia.edu>
51 .SH "SEE ALSO"
52 amadmin(8),
53 amrmtape(8),
54 amanda(8)