How To Install bacula-storage on Fedora 36
Introduction
In this tutorial we learn how to install bacula-storage
on Fedora 36.
What is bacula-storage
Bacula is a set of programs that allow you to manage the backup, recovery, and verification of computer data across a network of different computers. It is based on a client/server architecture. This package contains the storage daemon, the daemon responsible for writing the data received from the clients onto tape drives or other mass storage devices.
We can use yum
or dnf
to install bacula-storage
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bacula-storage.
Install bacula-storage on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install bacula-storage
using dnf
by running the following command:
sudo dnf -y install bacula-storage
Install bacula-storage on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install bacula-storage
using yum
by running the following command:
sudo yum -y install bacula-storage
How To Uninstall bacula-storage on Fedora 36
To uninstall only the bacula-storage
package we can use the following command:
sudo dnf remove bacula-storage
bacula-storage Package Contents on Fedora 36
/etc/bacula/bacula-sd.conf
/etc/sysconfig/bacula-sd
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/ca843c1c6eabbe822c003d11921f0e161c76ec
/usr/lib/.build-id/09
/usr/lib/.build-id/09/60f1d5c96593b0aa6cc50341a89d5719a61734
/usr/lib/.build-id/30
/usr/lib/.build-id/30/ec517cc65f277ef80dec860943d7d5f149322f
/usr/lib/.build-id/55
/usr/lib/.build-id/55/f90eb65490f215a4c6ca580d9ab5da74fe8626
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/3732242b71058148230931f5d61e194a951b8a
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/eeca36af4d988d501c455320a40d0121840361
/usr/lib/.build-id/e9/6917296be308f85fac7d762a3c12e0c20f3d8d
/usr/lib/systemd/system/bacula-sd.service
/usr/libexec/bacula/disk-changer
/usr/libexec/bacula/isworm
/usr/libexec/bacula/mtx-changer
/usr/libexec/bacula/mtx-changer.conf
/usr/libexec/bacula/tapealert
/usr/sbin/bacula-sd
/usr/sbin/bcopy
/usr/sbin/bextract
/usr/sbin/bls
/usr/sbin/bscan
/usr/sbin/bsdjson
/usr/sbin/btape
/usr/share/man/man8/bacula-sd.8.gz
/usr/share/man/man8/bcopy.8.gz
/usr/share/man/man8/bextract.8.gz
/usr/share/man/man8/bls.8.gz
/usr/share/man/man8/bscan.8.gz
/usr/share/man/man8/btape.8.gz
References
Summary
In this tutorial we learn how to install bacula-storage
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).