Storage Daemon Data Encryption: Installation on Debian/Ubuntu
Prerequisites
Before you begin, ensure that your system is prepared with the necessary tools and permissions.
You’ll need sudo privileges to execute installation commands.
In some platforms, it may be required to install the Python interface to the GPGME GnuPG
encryption library (python3-gpg) package.
Steps
You’ll need sudo privileges to execute installation commands.
Run the following script to update your repository file:
echo -e "# Bacula Enterprise Storage Key Manager\nTypes: deb\nURIs: https://www.baculasystems.com/dl/@@customer-id@@/debs/bin/@@bee-version@@/$(lsb_release -cs)-64\nSuites: $(lsb_release -cs)\nComponents: main\nSigned-By: /etc/apt/keyrings/BaculaSystems-Public-Signature-08-2017.asc\n" | sudo tee -a /etc/apt/sources.list.d/bacula-enterprise-storage-key-manager.sources > /dev/null
Replace @@customer-id@@, @@bee-version@@, and @@component-name@@ with the name of the component you wish to install.
Then update the package cache and install the plugin using apt:
sudo apt-get update sudo apt install bacula-enterprise-storage-key-manager
Go back to: Storage Daemon Data Encryption: Installation.