]> git.sur5r.net Git - bacula/bacula/commitdiff
More documentation
authorKern Sibbald <kern@sibbald.com>
Wed, 18 Sep 2002 21:16:26 +0000 (21:16 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 18 Sep 2002 21:16:26 +0000 (21:16 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@156 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/examples/devices/DDS.conf [new file with mode: 0644]
bacula/examples/devices/EXB-8200.conf [new file with mode: 0644]
bacula/examples/devices/EXB-8500.conf [new file with mode: 0644]
bacula/examples/devices/HP-DLT80.conf [new file with mode: 0644]
bacula/examples/devices/HP-autoloader.conf [new file with mode: 0644]
bacula/examples/devices/README [new file with mode: 0644]
bacula/examples/devices/Sony-DDS.conf [new file with mode: 0644]

diff --git a/bacula/examples/devices/DDS.conf b/bacula/examples/devices/DDS.conf
new file mode 100644 (file)
index 0000000..e0bcd00
--- /dev/null
@@ -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 (file)
index 0000000..08ed95b
--- /dev/null
@@ -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 (file)
index 0000000..e557dda
--- /dev/null
@@ -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 (file)
index 0000000..a194ea6
--- /dev/null
@@ -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 (file)
index 0000000..5fa785d
--- /dev/null
@@ -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 (file)
index 0000000..a28860d
--- /dev/null
@@ -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 (file)
index 0000000..e0bcd00
--- /dev/null
@@ -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;
+}