1AMCHECKDB(8) AMCHECKDB(8)
2
3
4
6 amcheckdb - check Amanda database for tape consistency
7
9 amcheckdb config
10
12 Amcheckdb verifies that every tape mentioned in the Amanda database is
13 still valid in the tapelist file.
14
15 See the amanda(8) man page for more details about Amanda.
16
18 This shows a normal response:
19
20 # amcheckdb daily
21 Ready.
22
23 This shows tape DMP014 is still listed in the database but is no longer
24 listed in the tapelist file:
25
26 # amcheckdb daily
27 Tape DMP014 missing in /usr/local/etc/amanda//daily/tapelist
28 Ready.
29
31 Adrian T. Filipi-Martin <atf3r@cs.virginia.edu>: Original text
32
33 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the
34 Amanda-documentation: XML-conversion
35
37 amadmin(8), amrmtape(8), amanda(8)
38
39
40
41 02/07/2007 AMCHECKDB(8)