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 [#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 comment is prefixed with a ´#´ and continues to the end of the line.
22 Amanda will maintain this comment until the tape is overwritten. Note
23 that comments are not allowed on blank lines.
24
25 The file is sorted such that the most-recently used tape appears on the
26 first line, and the oldest tape appears on the last line.
27
28 Amdump and amflush will by default refuse to write to an unlabeled
29 tape, or to a labeled tape that is considered active or marked
30 "no-reuse". There must be more tapes in active rotation (see the
31 tapecycle option) than there are runs in the backup cycle (see the
32 dumpcycle option) to prevent overwriting a backup image that would be
33 needed to do a full recovery.
34
36 amanda(8), amanda.conf(5)
37
38 The Amanda Wiki: : http://wiki.zmanda.com/
39
41 James da Silva <jds@amanda.org>
42
43 Stefan G. Weichinger <sgw@amanda.org>
44
45 Dustin J. Mitchell <dustin@zmanda.com>
46 Zmanda, Inc. (http://www.zmanda.com)
47
48
49
50Amanda 3.1.3 10/04/2010 TAPELIST(5)