소스 검색

bareus-sd: remove compression + increas file size limit

lt07 admin 9 년 전
부모
커밋
883573c023
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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
 }