|
|
@@ -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
|
|
|
}
|
|
|
|