Man page - amcheckdump(8)
Packages contains this manual
- amlabel(8)
- amaespipe(8)
- amanda-match(7)
- amsamba(8)
- amcleanup(8)
- amrecover(8)
- amstar(8)
- amanda-client.conf(5)
- amanda.conf(5)
- amtoc(8)
- amcheckdb(8)
- amanda-archive-format(5)
- amanda-auth(7)
- amflush(8)
- amoverview(8)
- amgpgcrypt(8)
- amcrypt(8)
- amvault(8)
- amservice(8)
- amcrypt-ossl(8)
- amserverconfig(8)
- amarchiver(8)
- amanda-interactivity(7)
- amzfs-snapshot(8)
- amanda-security.conf(5)
- amssl(8)
- activate-devpay(1)
- amdump_client(8)
- amoldrecover(8)
- amanda-rest-server(8)
- amdevcheck(8)
- amanda-applications(7)
- amreindex(8)
- disklist(5)
- amsuntar(8)
- amtape(8)
- amzfs-sendrecv(8)
- script-email(8)
- amcryptsimple(8)
- amcleanupdisk(8)
- amreport(8)
- ambackup(8)
- amcrypt-ossl-asym(8)
- amanda-compatibility(7)
- amraw(8)
- amanda-command-file(5)
- amadmin(8)
- tapelist(5)
- amaddclient(8)
- amdump(8)
- amanda-devices(7)
- amanda(8)
- amplot(8)
- amrmtape(8)
- amanda-taperscan(7)
- amfetchdump(8)
- amanda-auth-ssl(7)
- amanda-changers(7)
- amtapetype(8)
- amcheck(8)
- ambsdtar(8)
- amstatus(8)
- amcheckdump(8)
- amanda-scripts(7)
- amrestore(8)
- ampgsql(8)
- amgetconf(8)
- amgtar(8)
apt-get install amanda-common
Manual
AMCHECKDUMP
NAMESYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO
AUTHOR
NAME
amcheckdump - check the results of an Amanda dump
SYNOPSIS
|
amcheckdump [--timestamp|-t timestamp ] [--verbose] [ -o configoption ...] config |
DESCRIPTION
Amcheckdump 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.
The application runs on the most recent dump or, if --timestamp 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.
If a changer is available, it is used to load the required tapes. Otherwise, the application interactively requests the tapes.
See the " CONFIGURATION OVERRIDE " section in amanda (8) for information on the -o option.
EXAMPLE
# check the most
recent dump
amcheckdump MYCONFIG
# check a
specific dump from back in '78
amcheckdump MYCONFIG --timestamp 19780615
SEE ALSO
amanda (8), amcheck (8)
The Amanda Wiki: : http://wiki.zmanda.com/
AUTHOR
Ian Turner <ian@zmanda.com>
Zmanda, Inc. (http://www.zmanda.com)