]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove old DVD.conf in examples
authorKern Sibbald <kern@sibbald.com>
Mon, 17 Aug 2015 11:50:31 +0000 (13:50 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 17 Aug 2015 11:50:40 +0000 (13:50 +0200)
bacula/examples/devices/DVD.conf [deleted file]

diff --git a/bacula/examples/devices/DVD.conf b/bacula/examples/devices/DVD.conf
deleted file mode 100644 (file)
index 8c6552a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# A DVD device
-#
-Device {
-  Name = "DVD Writer"
-  Media Type = DVD
-  Device Type = DVD
-  Archive Device = /dev/hdc
-  LabelMedia = yes;                   # lets Bacula label unlabeled media
-  Random Access = Yes;
-  AutomaticMount = yes;               # when device opened, read it
-  RemovableMedia = yes;
-  AlwaysOpen = no;
-  MaximumPartSize = 800M;
-  RequiresMount = yes;
-  MountPoint = /mnt/cdrom;
-  MountCommand = "/bin/mount -t iso9660 -o ro %a %m";
-  UnmountCommand = "/bin/umount %m";
-  SpoolDirectory = /tmp/backup;
-  WritePartCommand = "@scriptdir@/dvd-handler %a write %e %v"
-  FreeSpaceCommand = "@scriptdir@/dvd-handler %a free"
-}