2 Your best bet to get Bacula compiled and running is
3 to read the online manual at:
7 You will save yourself a lot of pain if you read
8 the manual -- it is online at the above site.
9 Barring reading the manual, you might try the
16 --sbindir=$HOME/bacula/bin \
17 --sysconfdir=$HOME/bacula/bin \
18 --with-pid-dir=$HOME/bacula/bin/working \
19 --with-subsys-dir=$HOME/bacula/bin/working \
22 --with-working-dir=$HOME/bacula/bin/working \
23 --with-dump-email=your@address.com \
24 --with-job-email=your@address.com \
25 --with-smtp-host=localhost
32 If you are doing a port, there should be no errors. The most
33 likely source of errors will probably come in the src/stored
34 directory in time.c or dev.c. There may also be problems in
35 lib/signal.c as I currently pull in all Linux signals, some of
36 which may not be available on your system.
38 To create the database:
40 src/cats/make_bacula_tables
51 To start it (as a developer). This is not appropriate if you
52 are installing Bacula.
61 Well, it is all just a bit more complicated than that,
62 but you should have the idea.
64 Be sure you read the chapter about testing your tape drive!
65 Don't waste a lot of time setting up and running Bacula, if
66 your drive is not supported.
68 FreeBSD users, pay special attention to the Device configuration
69 parameters needed to deal with FreeBSD tape drivers.
72 Please see the file LICENSE for the terms of the license.