Explorar el Código

bareus-sd: remove compression + increas file size limit

lt07 admin hace 9 años
padre
commit
883573c023
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      bareos-sd.d/lto7.conf

+ 5 - 5
bareos-sd.d/lto7.conf

@@ -6,14 +6,14 @@ Device {
   Device Type = Tape
   Archive Device = /dev/nst0
   AutomaticMount = yes;               # when device opened, read it
-  AlwaysOpen = no;
+  AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
-  Maximum File Size = 20GB;
+  Maximum File Size = 100GB;
   AutomaticMount = yes;
   LabelMedia = yes;
-  Auto Deflate = out; #compress on LTO7
-  Auto Deflate Algorithm = LZO;
-  Auto Inflate = in; # decompress on LTO7
+  #Auto Deflate = out; #compress on LTO7
+  #Auto Deflate Algorithm = LZO;
+  #Auto Inflate = in; # decompress on LTO7
 }