-This file is rather out of date, though it contains generally useful
-information. We recommend following step 1 below (i.e. see the manual).
+This file is rather out of date, and if you want to avoid a lot
+of pain, you will read the manual, which you can find at www.bacula.org
+
--------------------------------------------------------------------------
Using GNU autoconfig
http://www.bacula.org
+You will save yourself a lot of pain if you read
+the manual -- it is online at the above site.
Barring reading the manual, you might try the
following:
--sysconfdir=$HOME/bacula/bin \
--with-pid-dir=$HOME/bacula/bin \
--with-subsys-dir=$HOME/bacula/bin \
- --with-sqlite=$HOME/depkgs/sqlite \
--enable-gnome \
- --with-mysql=$HOME/mysql \
+ --with-mysql \
--with-working-dir=$HOME/bacula/bin/working \
--with-dump-email=YOUR_EMAIL_ADDRESS \
--with-job-email=YOUR_EMAIL_ADDRESS \
--with-smtp-host=YOUR_SMTP_SERVER_ADDRESS
-If you want to use SQLite, please download depkgs and
-build sqlite, then add something like:
-
- --with-sqlite=$HOME/depkgs/sqlite
-
Build Bacula:
Technical notes on version 2.1
General:
-24Feb08
+26Feb07
+kes Correct SQLite log table index as reported by Luca Berra.
+24Feb07
ebl fix fifo stuff, bacula tries to rewind the fifo... Thanks to Andreas
-22Feb08
+22Feb07
kes Begin implementing new comm signals for API.
kes Fix a few places in lib/message.c where the open fd may
not be zeroed.