-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Diego Roccia wrote:
> Hi all,
>   For my company we need to implement bacula as backup software. In a
> previous thread I've explained the infrastructure, and now I have more
> information on the hardware we are going to implement.
> 
[...]
> 
> My questions are:
> 
> - Does somebody know something about Bacula support for Dell Tape
> Libraries? Will I be able to use all the features of my hardware? I
> didn't find it in Bacula supported libraries page.

That's because Bacula doesn't directly need to support your hardware,
Linux has to. If all functionality of your hardware is accessible from
within Linux, (or whatever OS you use) chances are Bacula will work just
as well. Bacula just uses standard tape commands and some scripting (for
mtx) to do whatever it needs to do.

> - I will need to stop mysql slave before and restart it after backup. I
> read the documentation but something is still not clear for me. Can I
> execute a "script on client before" and a "script on client after" and
> start the backup only "if success"? Or it's better to use a script on
> director that remotely stops the db engine?

You can use both. It also depends on how you back up your MySQL
databases. If you just grab MySQL's files from its data directories, you
have to shut it down. Alternatively, you could dump the databases (using
mysqldump) and then back up those db dumps. The advantage of the latter
is that restores are much easier and don't depend so much on your MySQL
version etc (ie if you changed MySQL versions since the backup was
taken, a restore might be very troublesome).

Greetings,
       Michel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFHflMJ2Vs+MkscAyURAl2bAKC5BxbEZIKPbb8/pKuWi1Z4cRe6QACdG7op
Vgm3l8rdcP7ko3MXzsecH/8=
=v/g6
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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