1TAPELIST(5) File formats and conventions TAPELIST(5)
2
3
4
6 tapelist - The list of Amanda volumes in use
7
9 The tapelist file contains the list of tapes in active use. This file
10 is not ordinarily ordinarily edited or examined manually. Its format
11 may change, or it may be removed altogether, in future versions of
12 Amanda. It contains lines of the form:
13
14 YYYYMMDD label flags [BARCODE:barcode] [META:meta] [BLOCKSIZE:blocksize] [#comment]
15
16 Where YYYYMMDD is the date the tape was written, label is a label for
17 the tape as written by amlabel and flags is one of "reuse" or
18 "no-reuse" and tells Amanda whether the tape may be reused. A
19 non-reusable tape will not be overwritten, even if it is older than
20 dumpcycle dumps. See the reuse options of amadmin(8). The optional
21 barcode is prefixed with 'BARCODE' if the volume have a barcode. The
22 optional meta label is prefixed with 'META' if the volume is on a meta
23 volume. The optional blocksize is prefixed with 'BLOCKSIZE'. The
24 optional comment is prefixed with a '#' and continues to the end of the
25 line. Amanda will maintain this comment until the tape is overwritten.
26 Note that comments are not allowed on blank lines.
27
28 The file is sorted such that the most-recently used tape appears on the
29 first line, and the oldest tape appears on the last line.
30
31 Amdump and amflush will by default refuse to write to an unlabeled
32 tape, or to a labeled tape that is considered active or marked
33 "no-reuse". There must be more tapes in active rotation (see the
34 tapecycle option) than there are runs in the backup cycle (see the
35 dumpcycle option) to prevent overwriting a backup image that would be
36 needed to do a full recovery.
37
39 amanda(8), amanda.conf(5)
40
41 The Amanda Wiki: : http://wiki.zmanda.com/
42
44 James da Silva <jds@amanda.org>
45
46 Stefan G. Weichinger <sgw@amanda.org>
47
48 Dustin J. Mitchell <dustin@zmanda.com>
49 Zmanda, Inc. (http://www.zmanda.com)
50
51
52
53Amanda 3.3.3 01/10/2013 TAPELIST(5)