Dockerized Bacula file daemon (client)
- Modify and copy bacula-fd.conf into /etc directory
- Copy bacula-fd.service into /etc/systemd/system directory and reload systemd daemon
- Start Bacula file daemon
cp bacula-fd.conf /etc/
cp bacula-fd.service /etc/systemd/system/
systemctl daemon-reload
systemctl start bacula-fd