]> git.sur5r.net Git - bacula/docs/blob - docs/manual-de/ansi-labels.tex
- Create French and Italian translation files (fr.po, it.po).
[bacula/docs] / docs / manual-de / 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 can support 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 keep your Volume
22 names to a maximum of 6 characters.  
23
24
25 \subsection*{Director Pool Directive}
26 \addcontentsline{toc}{section}{Director Pool Directive}
27
28 \begin{description}
29 \item [ Label Type = ANSI | IBM | Bacula]  
30   This directive is implemented in the Director Pool resource and in the SD Device
31   resource.  If it is specified in the SD Device resource, it will take
32   precedence over the value passed from the Director to the SD.
33 \end{description}
34
35 \subsection*{Storage Daemon Device Directives}
36 \addcontentsline{toc}{section}{Storage Daemon Device Directives}
37
38 \begin{description}
39 \item [ Label Type = ANSI | IBM | Bacula]  
40   This directive is implemented in the Director Pool resource and in the SD Device
41   resource.  If it is specified in the the SD Device resource, it will take
42   precedence over the value passed from the Director to the SD.
43
44 \item [Check Labels = yes | no]
45   This directive is implemented in the the SD Device resource.  If you intend
46   to read ANSI or IBM labels, this *must* be set.  Even if the volume is
47   not ANSI labeled, you can set this to yes, and Bacula will check the
48   label type.
49 \end{description}
50