Imported Upstream version 2.6.0
[debian/amanda] / example / template.d / tapetypes
1 # tapetypes
2
3 # Define the type of tape you use here, and use it in "tapetype"
4 # above.  Some typical types of tapes are included here.  The tapetype
5 # tells amanda how many MB will fit on the tape, how big the filemarks
6 # are, and how fast the tape device is.
7
8 # A filemark is the amount of wasted space every time a tape section
9 # ends.  If you run `make tapetype' in tape-src, you'll get a program
10 # that generates tapetype entries, but it is slow as hell, use it only
11 # if you really must and, if you do, make sure you post the data to
12 # the amanda mailing list, so that others can use what you found out
13 # by searching the archives.
14
15 # For completeness Amanda should calculate the inter-record gaps too,
16 # but it doesn't.  For EXABYTE and DAT tapes this is ok.  Anyone using
17 # 9 tracks for amanda and need IRG calculations?  Drop me a note if
18 # so.
19
20 # If you want amanda to print postscript paper tape labels
21 # add a line after the comment in the tapetype of the form
22 #    lbl-templ "/path/to/postscript/template/label.ps"
23
24 # if you want the label to go to a printer other than the default
25 # for your system, you can also add a line above for a different
26 # printer. (i usually add that line after the dumpuser specification)
27
28 # dumpuser "operator"     # the user to run dumps under
29 # printer "mypostscript"  # printer to print paper label on
30
31 # here is an example of my definition for an EXB-8500
32
33 # define tapetype EXB-8500 {
34 # ...
35 #     lbl-templ "/usr/local/amanda/config/lbl.exabyte.ps"
36 # }
37
38 # HARDDISK defintion in amanda.conf
39
40 define tapetype DLT-S4 {
41    comment "just produced by tapetype prog, compression off"
42    length 772096 mbytes
43    filemark 0 kbytes
44    speed 33596 kps
45 }
46
47 define tapetype DLT8000 {
48     comment "Quantum DLT8000 created by tapetype"
49     length 38130 mbytes
50     filemark 29 kbytes
51     speed 5627 kps
52 }
53
54 define tapetype QUANTUM-DLT4000 {
55     comment "Quantum DLT4000, compression off"
56     length 19534 mbytes
57     filemark 4 kbytes
58     speed 1096 kps
59 }
60
61
62 define tapetype SDLT600 {
63     comment "Quantum SDLT600 with 10MB/s"
64     length 306789 mbytes
65     filemark 0 kbytes
66     speed 8247 kps
67 }
68
69
70 define tapetype SDLT320 {
71      comment "HP Super DLTtape I, data cartridge, C7980A, compression on"
72      length 139776 mbytes
73      filemark 0 kbytes
74      speed 13980 kps
75 }
76
77 define tapetype SDLT220NOCOMP {
78   comment "Quantum SDLT 220, compression off"
79   length 109539 mbytes
80   filemark 0 kbytes
81   speed 10351 kps
82 }
83
84 define tapetype Quantum-DLT-V4 {
85      comment "Quantum-DLT-V4 on Adaptec 29160"
86      length 157284 mbytes
87      filemark 0 kbytes
88      speed 9936 kps
89 }
90
91 define tapetype AIT1{
92      comment "Sony AIT-1 with 170m tapes"
93      length 21568 mbytes
94      filemark 0 kbytes
95      speed 2699 kps
96
97
98 define tapetype AIT1-35 {
99      comment "Sony AIT1 cartridge 35/70 Gbyte, compression off"
100      length 33400 mbytes    # rounded down
101      filemark 500 kbytes
102      speed 2890 kps
103 }
104
105 define tapetype LTO {
106    comment "Dell PowerVault 122T, Seagate Ultrium, IBM 3581-H17, compression off"
107    length 101376 mbytes
108    filemark 0 kbytes
109    speed 13872 kps
110 }
111
112 define tapetype QUANTUM-LTO2 {
113    comment " Quantum LTO-2 HH, compression off"
114    length 186368 mbytes
115    filemark 0 kbytes
116    speed 2781 kps
117 }
118
119 define tapetype LTO2 {
120    comment "HP Ultrium 448, hardware compression off"
121    length 193024 mbytes
122    filemark 0 kbytes
123    speed 20355 kps
124 }
125
126 define tapetype DELL-LTO3-400 {
127      comment "Dell PV124T LTO3, compression off"
128      length 402432 mbytes
129      filemark 0 kbytes
130      speed 71189 kps
131 }
132
133 define tapetype DELL-LTO2-200 {
134      comment "Dell PV132T LTO2, hardware compression"
135      length 201216 mbytes
136      filemark 0 kbytes
137      speed 31343 kps
138 }
139
140 define tapetype IBM-ULTRIUM-3582 {
141      comment "IBM Ultrium 3582, compression on"
142      length 199168 mbytes
143      filemark 0 kbytes
144      speed 30760 kps
145 }
146
147 define tapetype LTO3-400 {
148      comment "LTO Ultrium 3 400/800, compression off"
149      length 402432 mbytes
150      filemark 0 kbytes
151      speed 71702 kps
152 }
153
154 define tapetype HP-ULTRIUM-960 {
155      comment "HP Ultrium 960, compression off"
156      length 386048 mbytes
157      filemark 0 kbytes
158      speed 67629 kps
159 }
160
161 define tapetype SEAGATE-ULTRIUM-LTO {
162      comment "SEAGATE ULTRIUM 06242 LTO, compression off"
163      length 99584 mbytes
164      filemark 0 kbytes
165      speed 11288 kps
166 }
167
168 define tapetype QS3LTO-3 {
169      comment "Quantum Super Loader 3 LTO-3 16 tape library"
170      length 448369 mbytes
171      filemark 6403 kbytes
172      speed 37739 kps
173 }
174
175 define tapetype DDS90 {
176      comment "DDS tapes drives - 90 meter tapes"
177      length 1900000 kbytes # rounded down
178      filemark 111 kbytes
179      speed 380 kps
180 }
181
182 define tapetype DDS120 {
183      comment "DDS tape drives - 120 meter tapes"
184      length 3850000  # rounded down
185      filemark 111 kbytes
186      speed 380 kps
187 }
188
189 define tapetype IBM-DAT-72 {
190    comment "DDS5, compression on"
191    length 30227 mbytes
192    filemark 0 kbytes
193    speed 2559 kps
194 }
195
196 define tapetype HP-DAT-72 {
197    comment "DDS5, /dev/rmt/0ln, HP C7438A Rev V309, compression on"
198    length 30227 mbytes
199    filemark 0 kbytes
200    speed 2551 kps
201 }
202
203 define tapetype DLT1 {
204    comment "HP DLT1, DLT IV Tape C5141F, compression on"
205    length 34818 mbytes
206    filemark 32 kbytes
207    speed 2879 kps
208 }
209
210 define tapetype ARCvault24 {
211    comment "Overland ARCvault, compression off"
212    length 386048 mbytes
213    filemark 0 kbytes
214    speed 38246 kps
215 }
216
217 define tapetype QIC-60 {
218     comment "Archive Viper"
219     length 60 mbytes
220     filemark 100 kbytes         
221     speed 100 kbytes            
222 }
223
224 define tapetype CD650 {
225     comment "CD-R 650MB sized vtape"
226     length 681984000 bytes
227     filemark 4 Kbytes
228 }
229
230
231 define tapetype CD700 {
232     comment "CD-R 700MB sized vtape"
233     length 737280000 bytes
234     filemark 4 Kbytes
235 }
236
237 define tapetype DVD47 {
238     comment "A 4.7 Gbyte DVD-sized vtape"
239     length 4482 mbytes
240     filemark 4 kbytes
241 }
242
243 define tapetype DVD85 {
244      comment "A 8.5 GB DVD double layer"
245      length 8100 mbytes   # approximately - exact value not found
246      filemark 4 kbytes
247 }
248
249
250 define tapetype DEC-DLT2000 {
251     comment "DEC Differential Digital Linear Tape 2000"
252     length 15000 mbytes
253     filemark 8 kbytes
254     speed 1250 kbytes
255 }
256
257 # goluboff@butch.Colorado.EDU
258 # in amanda-users (Thu Dec 26 01:55:38 MEZ 1996)
259 define tapetype DLT {
260     comment "DLT tape drives"
261     length 20000 mbytes         # 20 Gig tapes
262     filemark 2000 kbytes        
263     speed 1536 kbytes           
264 }
265
266 define tapetype SURESTORE-1200E {
267     comment "HP AutoLoader"
268     length 3900 mbytes
269     filemark 100 kbytes
270     speed 500 kbytes
271 }
272
273 define tapetype EXB-8500 {
274     comment "Exabyte EXB-8500 drive on decent machine"
275     length 4200 mbytes
276     filemark 48 kbytes
277     speed 474 kbytes                    
278 }
279
280 define tapetype EXB-8200 {
281     comment "Exabyte EXB-8200 drive on decent machine"
282     length 2200 mbytes
283     filemark 2130 kbytes
284     speed 240 kbytes                    
285 }
286
287 define tapetype HP-DAT {
288     comment "DAT tape drives"
289     # data provided by Rob Browning <rlb@cs.utexas.edu>
290     length 1930 mbytes
291     filemark 111 kbytes
292     speed 468 kbytes
293 }
294
295 define tapetype DAT {
296     comment "DAT tape drives"
297     length 1000 mbytes          # these numbers are not accurate
298     filemark 100 kbytes         # but you get the idea
299     speed 100 kbytes
300 }
301
302 define tapetype MIMSY-MEGATAPE {
303     comment "Megatape (Exabyte based) drive through Emulex on Vax 8600"
304     length 2200 mbytes
305     filemark 2130 kbytes
306     speed 170 kbytes            # limited by the Emulex bus interface, ugh
307 }
308