Difference between revisions of "Bacula and Bareos"
From Hack Sphere Labs Wiki
(→CentOS 6.5) |
|||
Line 14: | Line 14: | ||
/usr/lib/bareos/scripts/make_bareos_tables -u root -p | /usr/lib/bareos/scripts/make_bareos_tables -u root -p | ||
/usr/lib/bareos/scripts/grant_bareos_privileges -u root -p | /usr/lib/bareos/scripts/grant_bareos_privileges -u root -p | ||
+ | |||
+ | |||
+ | service bareos-dir start | ||
+ | service bareos-sd start | ||
+ | service bareos-fd start |
Revision as of 17:48, 14 February 2014
CentOS 6.5
yum install mysql-server mysql-devel
service mysqld start chkconfig mysqld on mysqladmin -u root password Y0uR3l173P455w0rd
yum install bareos-database-mysql yum install bareos
/usr/lib/bareos/scripts/create_bareos_database -u root -p /usr/lib/bareos/scripts/make_bareos_tables -u root -p /usr/lib/bareos/scripts/grant_bareos_privileges -u root -p
service bareos-dir start service bareos-sd start service bareos-fd start