From: Alain Spineux Date: Mon, 19 Feb 2024 09:38:37 +0000 (+0100) Subject: regress: add a Storage::FileStorage2 to match the "orphan" Dir::File2 X-Git-Tag: Release-15.0.2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8466fe76ce8e8a984628d44714511ad3156d04a;p=thirdparty%2Fbacula.git regress: add a Storage::FileStorage2 to match the "orphan" Dir::File2 - new-test-bacula-dir.conf.in as Storage(File2) but there was no matching Storage resource in the SD side test-bacula-sd.conf.in --- diff --git a/regress/scripts/test-bacula-sd.conf.in b/regress/scripts/test-bacula-sd.conf.in index f9611bd7a..20d11f18c 100644 --- a/regress/scripts/test-bacula-sd.conf.in +++ b/regress/scripts/test-bacula-sd.conf.in @@ -57,6 +57,17 @@ Device { AlwaysOpen = no; } +Device { + Name = FileStorage2 + Media Type = File + Archive Device = @tmpdir@ + LabelMedia = yes; # lets Bacula label unlabelled media + Random Access = Yes; + AutomaticMount = yes; # when device opened, read it + RemovableMedia = no; + AlwaysOpen = no; +} + Device { Name = Dummy Media Type = Dummy