]> git.sur5r.net Git - bacula/docs/blob - docs/manual/ansi-labels.tex
Updates
[bacula/docs] / docs / manual / ansi-labels.tex
1
2 \section*{ANSI and IBM Tape Labels}
3 \label{_ChapterStart62}
4 \index[general]{ANSI and IBM Tape Labels} 
5 \index[general]{Labels!Tape}
6 \addcontentsline{toc}{section}{ANSI and IBM Tape Labels}
7
8 Bacula supports ANSI or IBM tape labels as long as you
9 enable it.  In fact, with the proper configuration, you can
10 force Bacula to require ANSI or IBM labels.
11
12 Bacula can create an ANSI or IBM label, but if Check Labels is
13 enabled (see below), Bacula will look for an existing label, and
14 if it is found, it will keep the label. Consequently, you
15 can label the tapes with programs other than Bacula, and Bacula
16 will recognize and support them.
17
18 Even though Bacula will recognize and write ANSI and IBM labels, 
19 it always writes its own tape labels as well.
20
21 When using ANSI or IBM tape labeling, you must restrict your Volume
22 names to a maximum of 6 characters.  
23
24 If you have labeled your Volumes outside of Bacula, then the
25 ANSI/IBM label will be recognized by Bacula only if you have created
26 the HDR1 label with {\bf BACULA.DATA} in the Filename field (starting
27 with character 5).  If Bacula writes the labels, it will use
28 this information to recognize the tape as a Bacula tape.  This allows
29 ANSI/IBM labeled tapes to be used at sites with multiple machines
30 and multiple backup programs.
31
32
33 \subsection*{Director Pool Directive}
34 \addcontentsline{toc}{section}{Director Pool Directive}
35
36 \begin{description}
37 \item [ Label Type = ANSI | IBM | Bacula]  
38   This directive is implemented in the Director Pool resource and in the SD Device
39   resource.  If it is specified in the SD Device resource, it will take
40   precedence over the value passed from the Director to the SD. The default
41   is Label Type = Bacula.
42 \end{description}
43
44 \subsection*{Storage Daemon Device Directives}
45 \addcontentsline{toc}{section}{Storage Daemon Device Directives}
46
47 \begin{description}
48 \item [ Label Type = ANSI | IBM | Bacula]  
49   This directive is implemented in the Director Pool resource and in the SD Device
50   resource.  If it is specified in the the SD Device resource, it will take
51   precedence over the value passed from the Director to the SD.
52  
53 \item [Check Labels = yes | no]
54   This directive is implemented in the the SD Device resource.  If you intend
55   to read ANSI or IBM labels, this *must* be set.  Even if the volume is
56   not ANSI labeled, you can set this to yes, and Bacula will check the
57   label type. Without this directive set to yes, Bacula will assume that
58   labels are of Bacula type and will not check for ANSI or IBM labels.
59   In other words, if there is a possibility of Bacula encountering an
60   ANSI/IBM label, you must set this to yes.
61 \end{description}