Bläddra i källkod

director: pool set blocksize to 1M

lt07 admin 9 år sedan
förälder
incheckning
c53d70ca54
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      bareos-dir.conf

+ 6 - 0
bareos-dir.conf

@@ -168,6 +168,8 @@ Pool {
   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>"
+  Maximum Block Size = 1048576
+  #Recycle Pool = Scratch
 }
 
 #
@@ -182,6 +184,8 @@ Pool {
   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>"
+  Maximum Block Size = 1048576
+  Recycle Pool = Scratch
 }
 
 #
@@ -196,6 +200,8 @@ Pool {
   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>"
+  Maximum Block Size = 1048576
+  Recycle Pool = Scratch
 }
 
 #