1AMREINDEX(8) System Administration Commands AMREINDEX(8)
2
3
4
6 amreindex - re-index tapes or specific dump
7
9 amreindex [--timestamp|-t timestamp] [--verbose] [-o configoption...]
10 config
11
12 amreindex [--verbose] [--exact-match] [-o configoption...] config
13 [hostname [ disk [ date [ hostname [...] ] ] ]]
14
16 Amreindex reindex Amanda dump images by reading them from storage
17 volume(s) and passing it to the application for reindexing.
18
19 Amreindex works in two different ways, it can works on all dumps of a
20 single run or for a list of specified dumps.
21
22 It reindex the dumps speficied on the command line or it reindex all
23 dumps from the run specified by the timestamp (or latest run if no
24 timestamp specified).
25
26 If a changer is available, it is used to load the required tapes.
27 Otherwise, the application interactively requests the tapes.
28
29 Not all applications support reindexing.
30
31 See the "CONFIGURATION OVERRIDE" section in amanda(8) for information
32 on the -o option.
33
35 # reindex the most recent dump
36 amreindex MYCONFIG
37
38 # reindex all dumps of a specific run
39 amreindex MYCONFIG --timestamp 20121108013001
40
41 # reindex a specific dump
42 amreindex MYCONFIG localhost /boot 20131108013001
43
45 amanda(8), amreindex(8)
46
47 The Amanda Wiki: : http://wiki.zmanda.com/
48
50 Ian Turner <ian@zmanda.com>
51 Zmanda, Inc. (http://www.zmanda.com)
52
53
54
55Amanda 3.5.1 12/01/2017 AMREINDEX(8)