Browse Source

sd: set max filesize

lt07 admin 9 năm trước cách đây
mục cha
commit
deae291d77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bareos-sd.d/lto7.conf

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

@@ -9,7 +9,7 @@ Device {
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
-  #Maximum File Size = 50GB;
+  Maximum File Size = 20GB;
   AutomaticMount = yes;
   LabelMedia = yes;
 }