Difference between revisions of "Bacula and Bareos"
From Hack Sphere Labs Wiki
(→CentOS 6.5) |
|||
Line 9: | Line 9: | ||
yum install bareos-database-mysql | yum install bareos-database-mysql | ||
yum install bareos | 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 |
Revision as of 17:46, 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