Le jeudi 11 octobre 2007 09:09, Matthias Kellermann a écrit :
> Hi list,
> 
> anyone backuped a MS SQL server with Bacula?
> 
> Is this somehow possible - are there any plugins for that or do I have
> to use the built-in backup functionality of the MS SQL server and backup
> the database dumps / transaction logs later with Bacula?
> 
> Matthias
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

Hi,

You can use ClientRunBeforeJob in Job definition :
...
ClientRunBeforeJob = "/etc/bacula/ClientRunBeforeJob.sh"
...

In /etc/bacula/ClientRunBeforeJob.sh you can use mysqldump to save your 
database. It works for me :-)

-- 
Jean-Michel Caricand
Tél: 03.81.66.20.63
E-mail: [EMAIL PROTECTED]

Equipe systèmes
Laboratoire d'Informatique de l'Université de Franche-Comté
16, route de Gray - 25030 BESANÇON CEDEX

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to