2008-02-07 02:53:35 +00:00
|
|
|
Example config files for Bacula have been installed in
|
2008-10-19 03:44:42 +00:00
|
|
|
${TRUEPREFIX}/share/examples/bacula and copied also to
|
|
|
|
${BACULACONF}, edit them to your site's needs.
|
2008-02-07 02:53:35 +00:00
|
|
|
|
|
|
|
To start, add the following to /etc/rc.local:
|
2008-10-19 03:44:42 +00:00
|
|
|
if [ -x ${TRUEPREFIX}/libexec/bacula/bacula-ctl-fd ]; then
|
|
|
|
${TRUEPREFIX}/libexec/bacula/bacula-ctl-fd start
|
2008-02-07 02:53:35 +00:00
|
|
|
echo -n ' bacula-fd'
|
|
|
|
fi
|