Re: [Bacula-users] Multiplexing jobs

2013-05-15 Thread Michael Namaiandeh
Thanks, John. That seems to be working as expected. So far, I've been able to run at least 4 jobs simutaneously. > Is it possible to run multiple backup jobs to the same tape drive in parallel? > Yes. I typically run 5 jobs at a time to a single tape drive in my autochanger. You need to add "

Re: [Bacula-users] Multiplexing jobs

2013-05-15 Thread pietersnld
I use different pools for each device so jobs can run simultaniously. The last jobs before the datbase backup migrate all volumes to one pool/device wich is the place i store all my backups in the end. The migration runs on the backupserver so no delays on the client. In my case the backupspeed wen

Re: [Bacula-users] Multiplexing jobs

2013-05-15 Thread John Drescher
> Is it possible to run multiple backup jobs to the same tape drive in parallel? > Yes. I typically run 5 jobs at a time to a single tape drive in my autochanger. You need to add "Maximum Concurrent Jobs" to at minimum the Director and storage resources of bacula-dir.conf. If you want more than 1

Re: [Bacula-users] Multiplexing jobs

2013-05-15 Thread Michael Namaiandeh
allel? -Original Message- From: pietersnld [mailto:pieters...@users.sourceforge.net] Sent: Wednesday, May 15, 2013 2:02 AM To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] Multiplexing jobs Use different devices on your storage daemon so backups can run parallel. After your backups mi

Re: [Bacula-users] Multiplexing jobs

2013-05-14 Thread pietersnld
Use different devices on your storage daemon so backups can run parallel. After your backups migrate the backups on the storage daemon to your final location. Works for me. In this way I can run 3 jobs the same time. Pieter -- View this message in context: http://bacula.10910.n7.nabble.com/Mul