User Tools

Site Tools


bacula_on_centos_7

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_7 [2015/03/17 15:05] herwarthbacula_on_centos_7 [2015/03/20 12:39] (current) – [Bacula Director] herwarth
Line 1: Line 1:
-======Bacula on CentOS 7======+======Bacula on CentOS 7====== 
 +=====Repository===== 
 +  cd /etc/yum.repos.d 
 +  wget https://repos.fedorapeople.org/repos/slaanesh/bacula7/epel-bacula7.repo 
 + 
 +====GPG key==== 
 +  rpm --import https://repos.fedorapeople.org/repos/slaanesh/bacula7/RPM-GPG-KEY-slaanesh
 =====Installation===== =====Installation=====
 +====Bacula SD====
 +  yum install bacula-storage mt-st
 +
 ====Bacula Director==== ====Bacula Director====
   yum install postgresql-server perl-DBD-Pg   yum install postgresql-server perl-DBD-Pg
Line 8: Line 17:
   systemctl restart postgresql   systemctl restart postgresql
   systemctl enable postgresql   systemctl enable postgresql
 +===Bacula BAT (Optional)=== 
 +  yum install bacula-console-bat xorg-x11-xauth xorg-x11-fonts-* 
 +  
 =====Configuration===== =====Configuration=====
 ====Firewall==== ====Firewall====
Line 24: Line 35:
 exit exit
 </code> </code>
- 
 <code> <code>
 /usr/libexec/bacula/create_postgresql_database /usr/libexec/bacula/create_postgresql_database
Line 44: Line 54:
 host    all         all         ::1/128               trust host    all         all         ::1/128               trust
 </code> </code>
 +
 +=====Uninstall Bacula 5 SD=====
 +  yum remove bacula-common bacula-libs bacula-libs-sql bacula-storage mt-st postgresql-libs
 +
  
 {{tag>centos}} {{tag>centos}}
bacula_on_centos_7.1426604721.txt.gz · Last modified: by herwarth