Blob Blame History Raw
'\" t
.\"     Title: amreindex
.\"    Author: Ian Turner <ian@zmanda.com>
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\"      Date: 12/01/2017
.\"    Manual: System Administration Commands
.\"    Source: Amanda 3.5.1
.\"  Language: English
.\"
.TH "AMREINDEX" "8" "12/01/2017" "Amanda 3\&.5\&.1" "System Administration Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
amreindex \- re\-index tapes or specific dump
.SH "SYNOPSIS"
.HP \w'\fBamreindex\fR\ 'u
\fBamreindex\fR [\-\-timestamp|\-t\ \fItimestamp\fR] [\-\-verbose] [\fB\-o\fR\ \fIconfigoption\fR...] \fIconfig\fR
.HP \w'\fBamreindex\fR\ 'u
\fBamreindex\fR [\-\-verbose] [\-\-exact\-match] [\fB\-o\fR\ \fIconfigoption\fR...] \fIconfig\fR [\fIhostname\fR\ [\ \fIdisk\fR\ [\ \fIdate\fR\ [\ \fIhostname\fR\ [\&.\&.\&.]\ ]\ ]\ ]]
.SH "DESCRIPTION"
.PP
\fBAmreindex\fR
reindex Amanda dump images by reading them from storage volume(s) and passing it to the application for reindexing\&.
.PP
\fBAmreindex\fR
works in two different ways, it can works on all dumps of a single run or for a list of specified dumps\&.
.PP
It reindex the dumps speficied on the command line or it reindex all dumps from the run specified by the timestamp (or latest run if no timestamp specified)\&.
.PP
If a changer is available, it is used to load the required tapes\&. Otherwise, the application interactively requests the tapes\&.
.PP
Not all applications support reindexing\&.
.PP
See the "\fBCONFIGURATION OVERRIDE\fR" section in
\fBamanda\fR(8)
for information on the
\-o
option\&.
.SH "EXAMPLE"
.PP
.nf
# reindex the most recent dump
amreindex MYCONFIG

# reindex all dumps of a specific run
amreindex MYCONFIG \-\-timestamp 20121108013001

# reindex a specific dump
amreindex MYCONFIG localhost /boot 20131108013001
.fi
.SH "SEE ALSO"
.PP
\fBamanda\fR(8),
\fBamreindex\fR(8)
.PP
The Amanda Wiki:
: http://wiki.zmanda.com/
.SH "AUTHOR"
.PP
\fBIan Turner\fR <\&ian@zmanda\&.com\&>
.RS 4
Zmanda, Inc\&. (http://www\&.zmanda\&.com)
.RE