]> git.sur5r.net Git - bacula/docs/blob - docs/manual/supporteddrives.tex
Another mega patch. Sorry it includes so many unrelated changes.
[bacula/docs] / docs / manual / supporteddrives.tex
1 %%
2 %%
3
4 \chapter{Supported Tape Drives}
5 \label{_ChapterStart19}
6 \index[general]{Drives!Supported Tape }
7 \index[general]{Supported Tape Drives }
8
9 \section{Supported Tape Drives}
10 \label{SupportedDrives}
11 \index[general]{Drives!Supported Tape }
12 \index[general]{Supported Tape Drives }
13
14 Even if your drive is on the list below, please check the 
15 \ilink{Tape Testing Chapter}{btape1} of this manual for
16 procedures that you can use to verify if your tape drive will work with
17 Bacula. If your drive is in fixed block mode, it may appear to work with
18 Bacula until you attempt to do a restore and Bacula wants to position the
19 tape. You can be sure only by following the procedures suggested above and
20 testing. 
21
22 It is very difficult to supply a list of supported tape drives, or drives that
23 are known to work with Bacula because of limited feedback (so if you use
24 Bacula on a different drive, please let us know). Based on user feedback, the
25 following drives are known to work with Bacula. A dash in a column means
26 unknown: 
27
28 \addcontentsline{lot}{table}{Supported Tape Drives}
29 \begin{longtable}{|p{2.0in}|l|l|p{2.5in}|l|}
30  \hline 
31 \multicolumn{1}{|c| }{\bf OS } & \multicolumn{1}{c| }{\bf Man. } &
32 \multicolumn{1}{c| }{\bf Media } & \multicolumn{1}{c| }{\bf Model } &
33 \multicolumn{1}{c| }{\bf Capacity  } \\
34  \hline {- } & {ADIC } & {DLT } & {Adic Scalar 100 DLT } & {100GB  } \\
35  \hline {- } & {ADIC } & {DLT } & {Adic Fastor 22 DLT } & {-  } \\
36  \hline {FreeBSD 5.4-RELEASE-p1 amd64 } & {Certance} & {LTO } & {AdicCertance CL400 LTO Ultrium 2 } & {200GB  } \\
37  \hline {- } & {- } & {DDS } & {Compaq DDS 2,3,4 } & {-  } \\
38  \hline {SuSE 8.1 Pro} & {Compaq} & {AIT } & {Compaq AIT 35 LVD } & {35/70GB } \\
39  \hline {- } & {Exabyte } & {-  } & {Exabyte drives less than 10 years old } & {-  } \\
40  \hline {- } & {Exabyte } & {-  } & {Exabyte VXA drives } & {-  } \\
41  \hline {- } & {HP } & {Travan 4 } & {Colorado T4000S } & {-  } \\
42  \hline {- } & {HP } & {DLT } & {HP DLT drives } & {-  } \\
43  \hline {- } & {HP } & {LTO } & {HP LTO Ultrium drives } & {-  } \\
44  \hline {- } & {IBM} & {??} & {3480, 3480XL, 3490, 3490E, 3580 and 3590 drives} & {-  } \\
45  \hline {FreeBSD 4.10 RELEASE } & {HP } & {DAT } & {HP StorageWorks DAT72i } & {-  } \\
46  \hline {- } & {Overland } & {LTO } & {LoaderXpress LTO } & {-  } \\
47  \hline {- } & {Overland } & {- } & {Neo2000 } & {-  } \\
48  \hline {- } & {OnStream } & {- } & {OnStream drives (see below) } & {-  } \\
49  \hline {FreeBSD 4.11-Release} & {Quantum } & {SDLT } & {SDLT320 } & {160/320GB  } \\
50  \hline {- } & {Quantum } & {DLT } & {DLT-8000 } & {40/80GB  } \\
51  \hline {Linux } & {Seagate } & {DDS-4 } & {Scorpio 40 } & {20/40GB  } \\
52  \hline {FreeBSD 4.9 STABLE } & {Seagate } & {DDS-4 } & {STA2401LW } & {20/40GB  } \\
53  \hline {FreeBSD 5.2.1 pthreads patched RELEASE } & {Seagate } & {AIT-1 } & {STA1701W} & {35/70GB  } \\
54  \hline {Linux } & {Sony } & {DDS-2,3,4 } & {- } & {4-40GB  } \\
55  \hline {Linux } & {Tandberg } & {- } & {Tandbert MLR3 } & {-  } \\
56  \hline {FreeBSD } & {Tandberg } & {- } & {Tandberg SLR6 } & {-  } \\
57  \hline {Solaris } & {Tandberg } & {- } & {Tandberg SLR75 } & {- } \\
58  \hline 
59
60 \end{longtable}
61
62 There is a list of \ilink{supported autochangers}{Models} in the Supported
63 Autochangers chapter of this document, where you will find other tape drives
64 that work with Bacula. 
65
66 \section{Unsupported Tape Drives}
67 \label{UnSupportedDrives}
68 \index[general]{Unsupported Tape Drives }
69 \index[general]{Drives!Unsupported Tape }
70
71 Previously OnStream IDE-SCSI tape drives did not work with Bacula. As of
72 Bacula version 1.33 and the osst kernel driver version 0.9.14 or later, they
73 now work. Please see the testing chapter as you must set a fixed block size. 
74
75 QIC tapes are known to have a number of particularities (fixed block size, and
76 one EOF rather than two to terminate the tape). As a consequence, you will
77 need to take a lot of care in configuring them to make them work correctly
78 with Bacula. 
79
80 \section{FreeBSD Users Be Aware!!!}
81 \index[general]{FreeBSD Users Be Aware }
82 \index[general]{Aware!FreeBSD Users Be }
83
84 Unless you have patched the pthreads library on FreeBSD 4.11 systems, you will
85 lose data when Bacula spans tapes. This is because the unpatched pthreads
86 library fails to return a warning status to Bacula that the end of the tape is
87 near. This problem is fixed in FreeBSD systems released after 4.11. Please see the 
88 \ilink{Tape Testing Chapter}{FreeBSDTapes} of this manual for
89 {\bf important} information on how to configure your tape drive for
90 compatibility with Bacula. 
91
92 \section{Supported Autochangers}
93 \index[general]{Autochangers!Supported }
94 \index[general]{Supported Autochangers }
95
96 For information on supported autochangers, please see the 
97 \ilink{Autochangers Known to Work with Bacula}{Models}
98 section of the Supported Autochangers chapter of this manual. 
99
100 \section{Tape Specifications}
101 \index[general]{Specifications!Tape}
102 \index[general]{Tape Specifications}
103 If you want to know what tape drive to buy that will work with Bacula,
104 we really cannot tell you.  However, we can say that if you are going
105 to buy a drive, you should try to avoid DDS drives. The technology is
106 rather old and DDS tape drives need frequent cleaning.  DLT drives are 
107 generally much better (newer technology) and do not need frequent 
108 cleaning.
109
110 Below, you will find a table of DLT and LTO tape specifications that will
111 give you some idea of the capacity and speed of modern tapes. The 
112 capacities that are listed are the native tape capacity without compression.
113 All modern drives have hardware compression, and manufacturers often list
114 compressed capacity using a compression ration of 2:1. The actual compression 
115 ratio will depend mostly on the data you have to backup, but I find that
116 1.5:1 is a much more reasonable number (i.e. multiply the value shown in 
117 the table by 1.5 to get a rough average of what you will probably see).
118 The transfer rates are rounded to the nearest GB/hr.  All values are provided
119 by various manufacturers.
120
121 The Media Type is what is designated by the manufacturers and you are not
122 required to use (but you may) the same name in your Bacula conf resources.
123
124
125 \begin{tabular}{|c|c|c|c}
126 Media Type      & Drive Type & Media Capacity & Transfer Rate \\ \hline
127 DDS-1              & DAT        & 2 GB &        ?? GB/hr   \\ \hline
128 DDS-2              & DAT        & 4 GB &        ?? GB/hr   \\ \hline
129 DDS-3              & DAT        & 12 GB &       5.4 GB/hr   \\ \hline
130 Travan 40          & Travan     & 20 GB &       ?? GB/hr    \\ \hline
131 DDS-4              & DAT        & 20 GB &       11 GB/hr    \\ \hline
132 VXA-1              & Exabyte    & 33 GB &       11 GB/hr    \\ \hline
133 DAT-72             & DAT        & 36 GB &       13 GB/hr    \\ \hline
134 DLT IV             & DLT8000    & 40 GB  &      22 GB/hr    \\ \hline
135 VXA-2              & Exabyte    & 80 GB &       22 GB/hr    \\ \hline
136 Half-high Ultrium 1 & LTO 1      & 100 GB &      27 GB/hr    \\ \hline
137 Ultrium 1          & LTO 1      & 100 GB &      54 GB/hr    \\ \hline
138 Super DLT 1        & SDLT 220   & 110 GB &      40 GB/hr    \\ \hline
139 VXA-3              & Exabyte    & 160 GB &      43 GB/hr    \\ \hline
140 Super DLT I        & SDLT 320   & 160 GB &      58 GB/hr    \\ \hline
141 Ultrium 2          & LTO 2      & 200 GB &      108 GB/hr   \\ \hline
142 Super DLT II       & SDLT 600   & 300 GB &      127 GB/hr   \\ \hline
143 VXA-4              & Exabyte    & 320 GB &      86 GB/hr    \\ \hline
144 Ultrium 3          & LTO 3      & 400 GB &      216 GB/hr   \\ \hline
145 \end{tabular}