User Tools

Site Tools


bacula_on_centos_6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bacula_on_centos_6 [2015/03/04 08:29] herwarthbacula_on_centos_6 [2015/03/19 16:33] (current) herwarth
Line 1: Line 1:
-{{tag>centos}} +======Bacula on CentOS 6====== 
-====Bacula Backup server on CentOS 6==== +=====Installation===== 
-=====Bacula SD===== +====Repositories====
-====Default CentOS repo==== +
-  yum install bacula-storage-mysql +
- +
-  Installing : bacula-common-5.0.0-12.el6.x86_64                            1/3 +
-  Installing : bacula-storage-common-5.0.0-12.el6.x86_64                    2/3 +
-  Installing : bacula-storage-mysql-5.0.0-12.el6.x86_64                     3/3 +
- +
-====Bacula EPEL repo====+
   cd /etc/yum.repos.d   cd /etc/yum.repos.d
   wget http://repos.fedorapeople.org/repos/slaanesh/bacula/epel-bacula.repo   wget http://repos.fedorapeople.org/repos/slaanesh/bacula/epel-bacula.repo
  
 +====Bacula SD====
   yum install bacula-storage mtx   yum install bacula-storage mtx
  
Line 23: Line 16:
   Installing : bacula-storage-5.2.13-18.el6.x86_64                          7/7   Installing : bacula-storage-5.2.13-18.el6.x86_64                          7/7
  
-====Configuration==== +====Bacula Director==== 
-  vi /etc/bacula/bacula-sd.conf +  yum install postgresql-server perl-DBD-Pg 
-<code>+  yum install bacula-director bacula-console 
 + 
 +  service postgresql initdb 
 +  service postgresql start 
 + 
 +=====Configuration===== 
 +====Bacula SD==== 
 +<code - /etc/bacula/bacula-sd.conf>
 Storage { # definition of myself Storage { # definition of myself
   Name = bergschenhoek-sd   Name = bergschenhoek-sd
Line 71: Line 71:
 </code> </code>
  
-=====Bacula Director====+====Bacula Director====
-  yum install postgresql-server perl-DBD-Pg +
-  yum install bacula-director bacula-console +
- +
-  service postgresql initdb +
-  service postgresql start+
 <code> <code>
 su - postgres su - postgres
Line 98: Line 93:
 </code> </code>
  
-  vi /var/lib/pgsql/data/pg_hba.conf +<code - /var/lib/pgsql/data/pg_hba.conf>
-<code>+
 # "local" is for Unix domain socket connections only # "local" is for Unix domain socket connections only
 local   all         all                               trust local   all         all                               trust
Line 107: Line 101:
 host    all         all         ::1/128               trust host    all         all         ::1/128               trust
 </code> </code>
 +
 +{{tag>centos}}
bacula_on_centos_6.1425457758.txt.gz · Last modified: by herwarth