How to Install bacula-sd in Ubuntu 18.04



Install bacula-sd by entering the following commands in the terminal:

sudo apt update
sudo apt install bacula-sd

Description:

network backup service - storage daemon

Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. . It runs on the machine which has access to the backup device(s) - usually a tape drive, but alternatively other storage media, such as files.

Homepage: http://www.bacula.org/

Version: 9.0.6-1build1

Section: universe/admin