]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix incremental-2disk to include FileStorage
authorKern Sibbald <kern@sibbald.com>
Thu, 10 Apr 2008 07:25:57 +0000 (07:25 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 10 Apr 2008 07:25:57 +0000 (07:25 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6785 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-sd-2disk.conf.in

index c784ab806df3c0d9be0348a3fb12b991a70b96d3..95376203c3cec94c32fc23617409123e0199aee5 100644 (file)
@@ -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