27df66b44d
Bacula changelog: http://bacula.svn.sourceforge.net/viewvc/bacula/branches/Branch-2.2/bacula/ChangeLog?revision=6309&view=markup Major port change in this version: -main subpackage is now bacula-client -server subpackage remains bacula-server -bat subpackage is new bacula admin tool -client subpackage goes away. If the old -main subpackage was installed, the upgrade path is to install both bacula-client and bacula-server. Lots of input and assistance from sthen and okan. ok okan; "if it works for you, go for it" sthen
10 lines
344 B
Plaintext
10 lines
344 B
Plaintext
Example config files for Bacula have been installed in
|
|
!!TRUEPREFIX!!/share/examples/bacula and copied also to
|
|
!!BACULACONF!!, edit them to your site's needs.
|
|
|
|
To start, add the following to /etc/rc.local:
|
|
if [ -x !!TRUEPREFIX!!/libexec/bacula/bacula-ctl-fd ]; then
|
|
!!TRUEPREFIX!!/libexec/bacula/bacula-ctl-fd start
|
|
echo -n ' bacula-fd'
|
|
fi
|