Installation with Package Manager on Debian/Ubuntu
Configure the package manager:
Add the following to a file /etc/apt/sources.list.d/bacula.list
# Bacula Enterprise - KVM
deb https://www.baculasystems.com/dl/@@customer@@/debs/kvm/@@bee-version@@/@@os-version@@-@@arch@@/ @@os-version@@ kvm
**@@bee-version@@** should be replaced by the version of Bacula
Enterprise you purchased (16.x.y, 14.x.y)
**@@os-version@@** is the code name of the distribution
(buster/stretch/jessie)
**@@arch@@** Architecture: 32 or 64 bit
Note
On Ubuntu 64 bit systems you will need to write deb [arch=amd64] instead of deb.
A complete example might look like this:
Debian:
# Bacula Enterprise
deb https://www.baculasystems.com/dl/Customer-123456/debs/kvm/16.0.7/buster-64/ buster kvm
Ubuntu:
# Bacula Enterprise
deb https://www.baculasystems.com/dl/Customer-123456/debs/kvm/16.0.7/bionic-64/ bionic kvm
Update your package manager and verify your Bacula Enterprise repositories are correctly configured.
apt-get update
Run this command to install the Bacula Enterprise packages:
apt-get install bacula-enterprise-kvm-plugin
Go back to the KVM Installation with Package Manager