logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

amreindex - re-index tapes or specific dump

Author

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

Amanda 3.5.4                                       01/25/2025                                       AMREINDEX(8)

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 single 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. Otherwise, the application
       interactively requests the tapes.

       Not all applications support reindexing.

       See the "CONFIGURATIONOVERRIDE" 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

Name

       amreindex - re-index tapes or specific dump

See Also

amanda(8), amreindex(8)

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

Synopsis

amreindex [--timestamp|-t timestamp] [--verbose] [-oconfigoption...] configamreindex [--verbose] [--exact-match] [-oconfigoption...] config
                 [hostname [ disk [ date [ hostname [...] ] ] ]]

See Also