From cbb2a74a491e758a79e96635efd08accce3f32a4 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 16 Jun 2018 08:03:55 +0200 Subject: [PATCH] Use /dev/sg0 rather than /dev/sg1 so vtape devices work --- regress/scripts/bacula-sd-tape.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2