Linux: Download BIM

  1. Go to /tmp location.

cd /tmp
  1. Download Bacula Installation Manager.

    • when curl is installed, run:

curl -o bee_installation_manager https://baculasystems.com/ml/bee_installation_manager

Note

To install curl, you can use sudo apt install curl (for Ubuntu/Debian), or sudo yum install curl (for RHEL/CentOS).

or

  • when curl is not installed, run:

wget -O bee_installation_manager https://www.baculasystems.com/ml/bee_installation_manager

Note

To install wget, you can use sudo apt install wget (for Ubuntu/Debian), or sudo yum install wget (for RHEL/CentOS).

  1. Make BIM executable - run:

chmod +x bee_installation_manager

Next Step

Linux: Install Components