From e6f082b50c2da3f2be4eb0a6772b00df9b09c358 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 12 Oct 2008 08:07:10 +0000 Subject: [PATCH] ebl Add FileStorage device to SD conf with vtape configuration git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7763 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/bacula-sd-vtape.conf.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/regress/scripts/bacula-sd-vtape.conf.in b/regress/scripts/bacula-sd-vtape.conf.in index f9eacd8220..d98871e58a 100644 --- a/regress/scripts/bacula-sd-vtape.conf.in +++ b/regress/scripts/bacula-sd-vtape.conf.in @@ -158,6 +158,16 @@ Device { Label Type = ansi } +Device { + Name = FileStorage + Device Type = File + Media Type = FileMedia + Archive Device = @tmpdir@ + AutomaticMount = yes; # when device opened, read it + AlwaysOpen = yes; + RemovableMedia = yes; +# Maximum File Size = 1000000 +} # # Send all messages to the Director, -- 2.39.5