]> git.sur5r.net Git - bacula/bacula/commitdiff
Define File Pool and limit size to 5G
authorKern Sibbald <kern@sibbald.com>
Fri, 25 Sep 2009 18:28:50 +0000 (20:28 +0200)
committerKern Sibbald <kern@sibbald.com>
Fri, 25 Sep 2009 18:28:50 +0000 (20:28 +0200)
bacula/src/dird/bacula-dir.conf.in

index b60ab5ebb5b612a03f52794b9af259fd892cf844..c42ebe0c29ea171b40c2d1ac22614b88ce681fc4 100644 (file)
@@ -32,7 +32,7 @@ JobDefs {
   Schedule = "WeeklyCycle"
   Storage = File
   Messages = Standard
-  Pool = Default
+  Pool = File
   Priority = 10
 }
 
@@ -279,9 +279,6 @@ Messages {
   append = "@working_dir@/log" = all, !skipped
 }
 
-
-
-    
 # Default pool definition
 Pool {
   Name = Default
@@ -291,6 +288,18 @@ Pool {
   Volume Retention = 365 days         # one year
 }
 
+# File Pool definition
+Pool {
+  Name = File
+  Pool Type = Backup
+  Recycle = yes                       # Bacula can automatically recycle Volumes
+  AutoPrune = yes                     # Prune expired volumes
+  Volume Retention = 365 days         # one year
+  Maximum Volume Bytes = 5G           # Limit Volume size to something reasonable
+  Maximum Volumes = 100               # Limit number of Volumes in Pool
+}
+
+
 # Scratch pool definition
 Pool {
   Name = Scratch