From: Kern Sibbald Date: Thu, 10 Apr 2008 07:25:57 +0000 (+0000) Subject: Fix incremental-2disk to include FileStorage X-Git-Tag: Release-3.0.0~1579 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0b0f75a22af3cf32bb98c2700bf952dcd06bfce6;p=bacula%2Fbacula Fix incremental-2disk to include FileStorage git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6785 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/bacula-sd-2disk.conf.in b/regress/scripts/bacula-sd-2disk.conf.in index c784ab806d..95376203c3 100644 --- a/regress/scripts/bacula-sd-2disk.conf.in +++ b/regress/scripts/bacula-sd-2disk.conf.in @@ -76,7 +76,7 @@ Device { Name = Virtual-1 Device Type = File Media Type = Disk - Archive Device = @disk_drive@/drive0 + Archive Device = @tmpdir@ AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 0 @@ -89,7 +89,7 @@ Device { Name = Virtual-2 Device Type = File Media Type = Disk - Archive Device = @disk_drive@/drive0 + Archive Device = @tmpdir@ AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 1 @@ -98,6 +98,18 @@ Device { # Maximum File Size = 1000000 } +Device { + Name = FileStorage + Media Type = FileMedia + Archive Device = @tmpdir@ + LabelMedia = yes; # lets Bacula label unlabeled media + Random Access = Yes; + AutomaticMount = yes; # when device opened, read it + RemovableMedia = no; + AlwaysOpen = no; +} + + # # Send all messages to the Director, # mount messages also are sent to the email address