BGuardian Plugin - Installation with Package Managers

Another way to install this plugin is using the Package Manager of the used distribution.

Here, Debian Bullseye is taken as an example base Linux distribution. The process will be very similar in any version of Debian, or any other Debian-based distribution (e.g. such as Ubuntu). In case of using RPM based distributions, like Red Hat Linux, Oracle Linux or Suse Linux, the main difference is to switch to the proper package manager of that distribution, usually yum.

Steps

  1. Add the repository file suitable for the existing customer subscription, and the Debian version utilized. An example would be /etc/apt/sources.list.d/bacula.list with the following content:

APT repositories
# Bacula Enterprise
deb https://www.baculasystems.com/dl/@customer-string@/debs/bguardian/@version@/bullseye-64/ bullseye bguardian
  1. Run apt update:

APT update
apt update
  1. Install the plugin using apt install:

APT install
apt install bacula-enterprise-bguardian-dir-plugin

Result

BGuardian Plugin is installed. Click here for more details.

Go back to the main installation page.