]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/bacula-dir.conf.in
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / dird / bacula-dir.conf.in
index ee60d0d15b1233d31ef8d733493253b6446c83f0..3087e87fe90523dcfd8b5e562d0b2c5b5ab54c8a 100644 (file)
@@ -65,13 +65,16 @@ Client {
   FDPort = @fd_port@
   Catalog = MyCatalog
   Password = "@fd_password@"          # password for FileDaemon
+  File Retention = 180d               # six months
+  Job Retention = 365d                # one year
+  AutoPrune = yes                     # Prune expired Jobs/Files
 }
 
 
 # Definition of DLT tape storage device
 Storage {
   Name = DLTDrive
-  Address = @hostname@
+  Address = @hostname@                # N.B. Use a fully qualified name here
   SDPort = @sd_port@
   Password = "@sd_password@"          # password for Storage daemon
   Device = "HP DLT 80"                # must be same as Device in Storage daemon
@@ -81,7 +84,7 @@ Storage {
 # Definition of DDS tape storage device
 Storage {
   Name = SDT-10000
-  Address = @hostname@
+  Address = @hostname@                # N.B. Use a fully qualified name here
   SDPort = @sd_port@
   Password = "@sd_password@"          # password for Storage daemon
   Device = SDT-10000                  # must be same as Device in Storage daemon
@@ -91,7 +94,7 @@ Storage {
 # Definition of 8mm tape storage device
 Storage {
   Name = "8mmDrive"
-  Address = @hostname@
+  Address = @hostname@                # N.B. Use a fully qualified name here
   SDPort = @sd_port@
   Password = "@sd_password@"
   Device = "Exabyte 8mm"
@@ -101,7 +104,7 @@ Storage {
 # Definiton of file storage device
 Storage {
   Name = File
-  Address = @hostname@
+  Address = @hostname@                # N.B. Use a fully qualified name here
   SDPort = @sd_port@
   Password = "@sd_password@"
   Device = FileStorage
@@ -130,4 +133,7 @@ Messages {
 Pool {
   Name = Default
   Pool Type = Backup
+  Recycle = yes                       # Bacula can automatically recycle Volumes
+  AutoPrune = yes                     # Prune expired volumes
+  Volume Retention = 365d             # one year
 }