From 1a5d7e74f9ffbe5cb2e3f15a218dcae003a2d823 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 17 Aug 2015 13:50:31 +0200 Subject: [PATCH] Remove old DVD.conf in examples --- bacula/examples/devices/DVD.conf | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 bacula/examples/devices/DVD.conf diff --git a/bacula/examples/devices/DVD.conf b/bacula/examples/devices/DVD.conf deleted file mode 100644 index 8c6552aa2e..0000000000 --- a/bacula/examples/devices/DVD.conf +++ /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" -} -- 2.39.5