Hey guys, my tape backup job will take more and more time in the future. actually it needs nearly 2-3 days to write all tapes that I need. Other jobs will have to wait until the tapes are written.
My first intervention was to set a tapes job priority to 15 while other jobs have the priorities 10. So after one tape job is done, a few incremental jobs can be started until the next tape will be written. Is there no way to write them parallel while other schedules run their normal way? If i have a look at the next years, I will get to a point where the tapes need a whole week to write down and no other backups could be done in that time. thanks for any advice! #Job { # Name = "tapebackup" # JobDefs = "DefaultJob" # Storage = B2T-01 #BackupToTape # Type = Copy # Pool = Full # Level = Full # Schedule = "tapebackup" # Selection Type = SQLQuery # Selection Pattern = "select * from Job where Level = 'F' AND Jobstatus in('W','T') AND(endtime between (NOW() - INTERVAL '10' DAY) AND NOW()) AND clientid in(35,36,37,40,42,45,47,48,51,64,2,12,14,16,20,21,22,23,24,29,31,78,100,101);" # Spool Data = no # Priority = 15 # Maximum Concurrent Jobs = 4 # #} -- 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 bareos-users+unsubscr...@googlegroups.com. To post to this group, send email to bareos-users@googlegroups.com. For more options, visit https://groups.google.com/d/optout.