lto7.conf 449 B

12345678910111213141516171819
  1. # A Linux LTO-7 tape drive
  2. Device {
  3. Name = LTO-7
  4. Media Type = LTO-7
  5. Device Type = Tape
  6. Archive Device = /dev/nst0
  7. AutomaticMount = yes; # when device opened, read it
  8. AlwaysOpen = yes;
  9. RemovableMedia = yes;
  10. RandomAccess = no;
  11. Maximum File Size = 100GB;
  12. AutomaticMount = yes;
  13. LabelMedia = yes;
  14. #Auto Deflate = out; #compress on LTO7
  15. #Auto Deflate Algorithm = LZO;
  16. #Auto Inflate = in; # decompress on LTO7
  17. }