Example config files for Bacula have been installed in
/usr/local/share/examples/bacula and copied also to
/etc/bacula, edit them to your site's needs.

To start, add the following to /etc/rc.local:
if [ -x /usr/local/libexec/bacula/bacula-ctl-fd ]; then
  /usr/local/libexec/bacula/bacula-ctl-fd start
  echo -n ' bacula-fd'
fi
