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 11:46] herwarthbacula_on_centos_6 [2015/03/19 16:33] (current) herwarth
Line 1: Line 1:
-{{tag>centos}} +======Bacula on CentOS 6====== 
-~~NOTOC~~ +=====Installation===== 
-======Bacula on CentOS 6====== +====Repositories====
-=====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=====+====Bacula SD====
   yum install bacula-storage mtx   yum install bacula-storage mtx
  
Line 17: 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 65: 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 92: 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 101: Line 101:
 host    all         all         ::1/128               trust host    all         all         ::1/128               trust
 </code> </code>
 +
 +{{tag>centos}}
bacula_on_centos_6.1425469560.txt.gz · Last modified: by herwarth