]> git.sur5r.net Git - bacula/bacula/blob - bacula/README
Working directory pane in restore. Will get this into the stack next.
[bacula/bacula] / bacula / README
1
2 Your best bet to get Bacula compiled and running is
3 to read the online manual at:
4
5   http://www.bacula.org
6
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
10 following:
11
12 To Configure it:
13
14   ./configure \
15     --sbindir=$HOME/bacula/bin \
16     --sysconfdir=$HOME/bacula/bin \
17     --with-pid-dir=$HOME/bacula/bin \
18     --with-subsys-dir=$HOME/bacula/bin \
19     --enable-gnome \
20     --with-mysql \
21     --with-working-dir=$HOME/bacula/bin/working \
22     --with-dump-email=YOUR_EMAIL_ADDRESS \
23     --with-job-email=YOUR_EMAIL_ADDRESS \
24     --with-smtp-host=YOUR_SMTP_SERVER_ADDRESS
25
26
27 Build Bacula:
28
29    make
30
31    If you are doing a port, there should be no errors.  The most
32    likely source of errors will probably come in the src/stored
33    directory in time.c or dev.c.  There may also be problems in
34    lib/signal.c as I currently pull in all Linux signals, some of
35    which may not be available on your system.
36
37 To create the database:
38
39    src/cats/make_bacula_tables
40
41 To install:
42
43    make install
44
45 To start it:
46
47    cd $HOME/bacula/bin
48    ./bacula start
49
50 To start it (as a developer). This is not appropriate if you
51 are installing Bacula.
52
53    ./startit
54    ./console (or ./gnome-console)
55
56 To stop it:
57
58   ./stopit
59
60 Well, it is all just a bit more complicated than that,
61 but you should have the idea.
62
63 Be sure you read the chapter about testing your tape drive!
64 Don't waste a lot of time setting up and running Bacula, if
65 your drive is not supported.
66
67 FreeBSD users, pay special attention to the Device configuration
68 parameters needed to deal with FreeBSD tape drivers.
69
70 License:
71 Please see the file LICENSE for the terms of the license.