Stop Bareos services: # systemctl stop bareos-dir; systemctl stop bareos-fd; systemctl stop bareos-sd Remove files: # rm -R /var/lib/bareos/storage/ # rm /var/lib/bareos/* Drop & create database cd /usr/lib/bareos/scripts ./drop_bareos_database ./create_bareos_database ./make_bareos_tables ./grant_bareos_privileges Restart Bareos services: # systemctl start bareos-dir; systemctl …

Reset Bareos 18.2 on Fedora 29 Read more »

Thanks to @jackson over at linuxhelp.com, with a couple of tweaks, I was able to install Bareos 18.2 on Fedora 28 Server.   Here is the original article: https://www.linuxhelp.com/how-to-install-bareos-in-centos You’re choice of a VM or bare metal machine.  I choose VMware …

Install Bareos 18.2 and webui in Fedora 29 Server Read more »