Browse Source

bareus-sd: remove compression + increas file size limit

lt07 admin 9 năm trước cách đây
mục cha
commit
883573c023
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  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
 }