yum Package Manager Configuration

Community

Add the following entries to your /etc/yum.repos.d/Bacula.repo file:

[Bacula-Community]
name=CentOS- Bacula- Community
baseurl=https://www.bacula.org/packages/@access-key@/rpms/@bacula-version@/el7/x86_64/
enabled=1
protect=0
gpgcheck=1
gpgkey=https://www.bacula.org/downloads/Bacula-4096-Distribution-Verification-key.asc

Where:

  • @access-key@ refers to your personalized area string. This is the trailing path component sent in the registration email. Copying the URI from that email will be one of the simplest ways to set this up correctly.

  • @bacula-version@ should be replaced by the version of Bacula you intend to install (for example, 13.0.1).

Complete example:

[Bacula-Community]
name=CentOS- Bacula- Community
baseurl=https://www.bacula.org/packages/9812439823589/rpms/13.0.1/el7/x86_64/
enabled=1
protect=0
gpgcheck=1

See also

Previous articles:

Next articles:

Go back to: CentOS/RedHat 7: Installation with yum.