Volker Lieder wrote: > Hello list, > i have started to setup bacula and at this moment i am very happy with this > decision ;-) We migrate our backups from amanda to bacula and everything looks > fine, but there is one little problem. > I have several jobs with priority 10 which are scheduled over different > schedule-entrys at the same time, only with different destinations for the > storagedaemon. These jobs won't start simoultanously, they only start job by > job > and i can't figure out why... > I allready have setup the Maximum Concurrent Job variable in the given > configfiles as described in the manual, but it won't work. > Whats going wrong? Where can i find more debugmessages to solve this problem > or > has anybody a solution for this? >
In bacula-dir.conf config file there is a "Storage" directive that specifies a storage daemon Device resource. By default, "Maximum Concurrent Jobs" is set to 1 in Storage directives. Otherwise when two (or more) jobs write to the device simultaneously, the records from each job will be interleaved on the storage media. I believe it is possible to set Maximum Concurrent Jobs > 1 in the Storage directive for the device in bacula-dir.conf and allow this interleaving, however that will cause restores of those interleaved jobs to be VERY slow. Another approach is to use multiple devices, if possible, or turn on data spooling for those jobs. Spooling will cause the jobs to spool backups to disk simultaneously, after which the spooled backups will be written to media sequentially. > If you need more information please let me now. > > Regards, > Volker > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users