Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
AMREINDEX(8)		 System Administration Commands 	    AMREINDEX(8)

NAME
     amreindex - re-index tapes or specific dump

SYNOPSIS
     amreindex	[--timestamp|-t timestamp] [--verbose] [-o configoption...] con-
	       fig

     amreindex [--verbose] [--exact-match]  [-o configoption...]  config  [host-
	       name [ disk [ date [ hostname [...] ] ] ]]

DESCRIPTION
     Amreindex reindex Amanda dump images by reading them from storage volume(s)
     and passing it to the application for reindexing.

     Amreindex	works in two different ways, it can works on all dumps of a sin-
     gle run or for a list of specified dumps.

     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).

     If a changer is available, it is used to load the	required  tapes.  Other-
     wise, the application interactively requests the tapes.

     Not all applications support reindexing.

     See  the  "CONFIGURATION  OVERRIDE" section in amanda(8) for information on
     the -o option.

EXAMPLE
     # 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

SEE ALSO
     amanda(8), amreindex(8)

     The Amanda Wiki: : http://wiki.zmanda.com/

AUTHOR
     Ian Turner <ian@zmanda.com>
	 Zmanda, Inc. (http://www.zmanda.com)

Amanda 3.5.1			   12/01/2017			    AMREINDEX(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=amreindex&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help