From: Kern Sibbald Date: Sat, 16 Jun 2018 06:03:55 +0000 (+0200) Subject: Use /dev/sg0 rather than /dev/sg1 so vtape devices work X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=cbb2a74a491e758a79e96635efd08accce3f32a4 Use /dev/sg0 rather than /dev/sg1 so vtape devices work --- diff --git a/regress/scripts/bacula-sd-tape.conf.in b/regress/scripts/bacula-sd-tape.conf.in index fce5ca3349..8846b92ef9 100644 --- a/regress/scripts/bacula-sd-tape.conf.in +++ b/regress/scripts/bacula-sd-tape.conf.in @@ -1,7 +1,7 @@ # # Default Bacula Storage Daemon Configuration file # -# For Bacula release 1.33 +# For Bacula release 9.0.8 # # You may need to change the name of your tape drive # on the "Archive Device" directive in the Device @@ -41,7 +41,7 @@ Device { AlwaysOpen = yes; RemovableMedia = yes; @@sbindir@/tape_options - Control Device = /dev/sg1 + Control Device = /dev/sg0 Alert Command = "@scriptdir@/tapealert %l" # Maximum File Size = 1000000 # MaximumVolumeSize = 400M