Bacula Backup System
From Bubba's Wiki
========================
For Centos 5,
- Download From EPEL repositories for RHEL 5.
- I used Yumex and installed all Bacula rpms excluding PostgreSql or SqlLite related rpms since I use MySQL.
- Additional products to install (Thanx to the post of GLIDE3 at Centos Forum)
- make sure you have the following. using the console
yum install mysql mysql-devel mysql-server gcc-c++ perl-DBI openssl-devel perl-DBD-Mysql glibc-devel libgomp. libstdc++-devel krb5-devel zlib-devel glibc-headers e2fsprogs-devel - yum install php php-gettext php-pear
- yum install qt4 qt4-devel qwt qwt-devel
- yum install wxGTK
- tray-monitor.conf
- make sure you have the following. using the console
- We need to create the bacula database along with the accompanying tables
- mysqladmin create bacula
- I used MySql Administrator to create the user bacula with the full rights to the database.
Don't forget to create host localhost. - cd /usr/libexec/bacula
- ./grant_mysql_privileges --root = <user> --password = <password>
- ./make_mysql_tables --root = <user> --password = <password>
The Configuration Files