Giuseppe wrote:
Hi!
This is not really a problem, I'm just asking which is the best way to
do a thing.
I've to backup about 13GB of Mysql Databases, so I 've 2 possibile
solutions:
1) include /var/lib/mysql in fileset resource
2) run "mysqldump --all-databases" before job
Should I stop mysq
Hello Giuseppe,
i would suggest the second approach (mysqldump) because bacula is
using the database (the director) and if you stop mysql. :-))
btw... it's never a good idea to save the database-storage without
any procedure to lock databases before (and i don't know if there's
such procedu