From: Kern Sibbald Date: Wed, 18 Sep 2002 21:16:26 +0000 (+0000) Subject: More documentation X-Git-Tag: Release-1.26~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dd41f0d7ade0f0e57897ef892eb78fc830b1686c;p=bacula%2Fbacula More documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@156 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/examples/devices/DDS.conf b/bacula/examples/devices/DDS.conf new file mode 100644 index 0000000000..e0bcd0021b --- /dev/null +++ b/bacula/examples/devices/DDS.conf @@ -0,0 +1,10 @@ +# +# Device definition virtually any DDS drive +# +Device { + Name = "DDS-Drive" + Media Type = "4mm" + Archive Device = /dev/nst0 + AutomaticMount = yes; # when device opened, read it + AlwaysOpen = Yes; +} diff --git a/bacula/examples/devices/EXB-8200.conf b/bacula/examples/devices/EXB-8200.conf new file mode 100644 index 0000000000..08ed95b395 --- /dev/null +++ b/bacula/examples/devices/EXB-8200.conf @@ -0,0 +1,13 @@ +# +# Device definition for a VERY OLD Exabyte +# 8mm drive. It does not have a Hardware +# end of medium function. +# +Device { + Name = "Exabyte 8mm" + Media Type = "8mm" + Archive Device = /dev/nst1 + Hardware end of medium = No; + AutomaticMount = yes; # when device opened, read it + AlwaysOpen = Yes; +} diff --git a/bacula/examples/devices/EXB-8500.conf b/bacula/examples/devices/EXB-8500.conf new file mode 100644 index 0000000000..e557dda3de --- /dev/null +++ b/bacula/examples/devices/EXB-8500.conf @@ -0,0 +1,10 @@ +# +# Device definition for an 8mm drive. +# +Device { + Name = "Exabyte 8mm" + Media Type = "8mm" + Archive Device = /dev/nst1 + AutomaticMount = yes; # when device opened, read it + AlwaysOpen = Yes; +} diff --git a/bacula/examples/devices/HP-DLT80.conf b/bacula/examples/devices/HP-DLT80.conf new file mode 100644 index 0000000000..a194ea6547 --- /dev/null +++ b/bacula/examples/devices/HP-DLT80.conf @@ -0,0 +1,12 @@ +# +# This works for the HP DLT8000 drive (it is +# actually manufactured by Quantum). +# Nothing special +# +Device { + Name = "HP DLT 80" + Media Type = DLT8000 + Archive Device = /dev/nst0 + AutomaticMount = yes; # when device opened, read it + AlwaysOpen = yes; +} diff --git a/bacula/examples/devices/HP-autoloader.conf b/bacula/examples/devices/HP-autoloader.conf new file mode 100644 index 0000000000..5fa785dea7 --- /dev/null +++ b/bacula/examples/devices/HP-autoloader.conf @@ -0,0 +1,14 @@ +# +# This is the definition Kern uses for a +# HP Surestore DAT autoloader (dat 40x6e) +# +Device { + Name = "DAT-40x6e" + Media Type = DDS-4 + Archive Device = /dev/nst0 + Changer Device = /dev/sg0 + Changer Command = "/home/kern/bacula/bin/mtx-changer %c %o %S" + AutoChanger = yes + AutomaticMount = yes; # when device opened, read it + AlwaysOpen = yes; +} diff --git a/bacula/examples/devices/README b/bacula/examples/devices/README new file mode 100644 index 0000000000..a28860d1a3 --- /dev/null +++ b/bacula/examples/devices/README @@ -0,0 +1,17 @@ + +This directory contains example Device resource +definitions that are known to work for various +tape drives. + +In general, you can set the Name record +and the Media Type to anything you want, but +they must correspond with what you have in your +Director's config file. + +The Archive Device must be changed to agree +with your physical device depending on the system +and the drive. + +There are many other records that you might want +to add as well. + diff --git a/bacula/examples/devices/Sony-DDS.conf b/bacula/examples/devices/Sony-DDS.conf new file mode 100644 index 0000000000..e0bcd0021b --- /dev/null +++ b/bacula/examples/devices/Sony-DDS.conf @@ -0,0 +1,10 @@ +# +# Device definition virtually any DDS drive +# +Device { + Name = "DDS-Drive" + Media Type = "4mm" + Archive Device = /dev/nst0 + AutomaticMount = yes; # when device opened, read it + AlwaysOpen = Yes; +}