Installation with Package Manager

Installation of the Bacula Enterprise NDMP Plugin is most easily done by adding the repository file suitable for the existing subscription and the distributions package manager configuration.

Deb based Linux distribution

An example would be /etc/apt/sources.list.d/bacula.list for deb based Linux distributions with the following content:

#Bacula Enterprise
[...]
deb https://www.baculasystems.com/dl/@customer-string@/debs/ndmp/@version@/stretch-64/ stretch ndmp

After that, a run of apt-get update is needed. Then, the plugin can be installed using apt-get install bacula-enterprise-ndmp

RPMS based Linux distribution

On Redhat or alternative distributions, extend the repository file for your package manager to contain a section for the plugin - /etc/yum.repos.d/bacula.repo:

[Bacula]
name=Bacula Enterprise
baseurl=https://www.baculasystems.com/dl/@customer@/rpms/bin/@version@/rhel7-64/
enabled=1
protect=0
gpgcheck=0

[BaculaNDMPPlugin]
name=Bacula Enterprise NDMP Plugin
baseurl=https://www.baculasystems.com/dl/@customer@/rpms/ndmp/@version@/rhel7-64/
enabled=1
protect=0
gpgcheck=0

Then, perform a yum update or dnf update and after that the package can be installed with yum install bacula-enterprise-ndmp or dnf install bacula-enterprise-ndmp.

Manual installation of the packages, can be done after downloading the proper files from the Bacula Systems provided download area, and then using the low-level package manager (rpm or dpkg) to perform the plugin installation.

See also

See an alternative way of installing the NDMP Plugin - NDMP Installation with BIM.

Go back to the main NDMP Plugin Installation page.

Go back to the main NDMP Plugin page.