فهرست منبع

director: increase tape size to 6TB

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

+ 6 - 4
bareos-dir.conf

@@ -97,6 +97,8 @@ Job {
   Name = "Backup_archivo_to_LTO7"
   JobDefs = "DefaultJob"
   Client = archivo-fd
+  Storage="LTO7"
+  FileSet="archivo all dirs"
 }
 
 #
@@ -350,8 +352,8 @@ Pool {
   Pool Type = Backup
   Recycle = yes                       # Bareos can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
-  Volume Retention = 3650 days         # How long should the Full Backups be kept? (#06)
-  Maximum Volume Bytes = 15T          # Limit Volume size to something reasonable
+  Volume Retention = 3650 days        # How long should the Full Backups be kept? (#06)
+  Maximum Volume Bytes = 6144G        # 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>"
 }
@@ -365,7 +367,7 @@ Pool {
   Recycle = yes                       # Bareos can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365 days          # How long should the Differential Backups be kept? (#09)
-  Maximum Volume Bytes = 15T          # Limit Volume size to something reasonable
+  Maximum Volume Bytes = 6144G        # 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>"
 }
@@ -379,7 +381,7 @@ Pool {
   Recycle = yes                       # Bareos can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 90 days          # How long should the Incremental Backups be kept?  (#12)
-  Maximum Volume Bytes = 15T           # Limit Volume size to something reasonable
+  Maximum Volume Bytes = 6144G        # 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>"
 }