Spooling to disk and writing to tape after doubles backup time.
Is there a way to spool one file and then as writing that spool file to tape, write a second to disk, overlapping the operations?
However, I agree that a job that is spooling to disk should not reserve a tape drive and block it from other jobs. I guess that is the cost of using data spooling.
This may be correct. If you have two jobs that use same pool spooling/despooling can run parallel. If you using different pools for every client job you will see:
Jobs waiting to reserve a drive:
Bareos seems to check, before the job starts, if there is any volume for writing. To check the Volume must be loaded to the tapedrive.
Is there a way to move this check after the spooling process?