فهرست منبع

increase limit for volumes

lt07 admin 9 سال پیش
والد
کامیت
92b14d4824
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      bareos-dir.conf

+ 6 - 6
bareos-dir.conf

@@ -350,8 +350,8 @@ Pool {
   Pool Type = Backup
   Recycle = yes                       # Bareos can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
-  Volume Retention = 365 days         # How long should the Full Backups be kept? (#06)
-  Maximum Volume Bytes = 50G          # Limit Volume size to something reasonable
+  Volume Retention = 3650 days         # How long should the Full Backups be kept? (#06)
+  Maximum Volume Bytes = 15T          # Limit Volume size to something reasonable
   Maximum Volumes = 100               # Limit number of Volumes in Pool
   Label Format = "Full-"              # Volumes will be labeled "Full-<volume-id>"
 }
@@ -364,8 +364,8 @@ Pool {
   Pool Type = Backup
   Recycle = yes                       # Bareos can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
-  Volume Retention = 90 days          # How long should the Differential Backups be kept? (#09)
-  Maximum Volume Bytes = 10G          # Limit Volume size to something reasonable
+  Volume Retention = 365 days          # How long should the Differential Backups be kept? (#09)
+  Maximum Volume Bytes = 15T          # Limit Volume size to something reasonable
   Maximum Volumes = 100               # Limit number of Volumes in Pool
   Label Format = "Differential-"      # Volumes will be labeled "Differential-<volume-id>"
 }
@@ -378,8 +378,8 @@ Pool {
   Pool Type = Backup
   Recycle = yes                       # Bareos can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
-  Volume Retention = 30 days          # How long should the Incremental Backups be kept?  (#12)
-  Maximum Volume Bytes = 1G           # Limit Volume size to something reasonable
+  Volume Retention = 90 days          # How long should the Incremental Backups be kept?  (#12)
+  Maximum Volume Bytes = 15T           # Limit Volume size to something reasonable
   Maximum Volumes = 100               # Limit number of Volumes in Pool
   Label Format = "Incremental-"       # Volumes will be labeled "Incremental-<volume-id>"
 }