On 1/16/2012 4:51 AM, Moritz Herrmann wrote: > Hello, > > I'm starting to implement a bacula environment. > > Now I have a problem with two jobs started at the same time. One > starts without error but the second throws errors while the first one > is running (log file)
Unless the Device (FileStorage in this case) specified in the Storage resource in bacula-dir.conf specifies a autochanger, then device FileStorage can only have one volume loaded at a time. Specifying MaximumVolumeJobs=1 in the Pool resource means that the FileStorage device cannot possibly be used by more than one job at a time. In order to write to multiple volumes simultaneously, you either have to configure multiple devices and divide the jobs amongst them or configure as an autochanger with multiple drives. Or you could just schedule the jobs to run sequentially. > > Can someone help me? > > Thanks > > Moritz Herrmann ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users