Dan Langille a écrit :
> le dahut wrote:
>> Hello,
>>
>> I've a question about running 2 jobs at the same time.
>>
>> Here's my problem :
>> - a simple web interface lets users schedule a backup job
>> - this interface writes in "/etc/bacula/myschedule.conf" (which is 
>> included in bacula-dir.conf) and restarts bacula-dir
> 
> Instead of restarting, you could issue a reload command:
> 
> echo reload | bconsole
> 
>> - 2 types of jobs are defined, ServerDataBackup and CatalogBackup
>> - I want ServerDataBackup and CatalogBackup running both based on 
>> "/etc/bacula/myschedule.conf"
>> - I want also that my data being backuped before the catalog so that 
>> this last job appears in the catalog for a futur restore so 
>> ServerDataBackup must be run before CatalogBackup
>>
>> Can I solve this with priority ? with the order the jobs appear in 
>> bacula-dir.conf ? something else ?
> 
> Priority or time.  Either set them at different times or set them at the 
> same time with different priorities.

I'll use priority, since both jobs must be based on the same schedule 
included file.

> 
>>
>> Thanks.
>>
>>

Thanks for your quick answer.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to