Hi, bareos is working fine, only sometimes tapes won't fill till the end. We 
got a Qualstar autochanger. The Tapes are LTO8. The autochanger works 
correctly. Here is our configuration.

Pool {
  Name = Incr-Qualstar-LTO8
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 90 days         # How long should the Full Backups be 
kept? (#06)
  Maximum Volume Bytes = 12000G       # Limit Volume size to something 
reasonable
  Maximum Volumes = 100               # Limit number of Volumes in Pool
  Label Format = "Incr-Qualstar-LTO8-"
}

JobDefs {
  Name = "Incr-Backup"
  Type = Backup
  Level = Incremental
  Client = server1
  FileSet = "server1-full"       
  Schedule = "server1-full"
  Storage = TapeLoader-Qualstar-LTO8
  Messages = Standard
  Pool = Full-Qualstar-LTO8
  Priority = 10
  Spool Data = yes
  Write Bootstrap = "/var/lib/bareos/%c.bsr"
  Full Backup Pool = Full-Qualstar-LTO8
}


Sometimes the tape does not fill till the end. 

        
Name    Storage                         Type    Last written    Status  
Retention/Expiration    Maximum bytes   Current bytes
Tape1   TapeLoader-Qualstar-LTO8        LTO-8   10 day(s) ago   Full    expires 
in 80 days      12.88 TB        4.42 TB

Any idea why?
Many Thanks!!

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to