]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/README
Vacation updates -- see kes06Oct02
[bacula/bacula] / bacula / README
index d028fe86f65cdff32bf8358d58c129a44bda0c2e..5c5d9b113cc32dacd6ca6e8734ef9f79c61742b2 100644 (file)
@@ -15,7 +15,8 @@ the manual, which can be found in
 Barring reading the manual, you might try the
 following:
 
-CFLAGS="-g -Wall" \
+To Configure it:
+
   ./configure \
     --sbindir=$HOME/bacula/bin \
     --sysconfdir=$HOME/bacula/bin \
@@ -26,11 +27,10 @@ CFLAGS="-g -Wall" \
     --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 \
-    --with-baseport=9101
+    --with-smtp-host=YOUR_SMTP_SERVER_ADDRESS
 
 
-Build Bacula
+Build Bacula:
 
    make
 
@@ -39,3 +39,19 @@ Build Bacula
    directory in time.c or dev.c.  There may also be problems in
    lib/signal.c as I currently pull in all Linux signals, some of
    which may not be available on your system.
+
+To creat the database:
+
+   src/make_bacula_tables
+
+To start it:
+
+   ./startit
+   ./console (or ./gnome-console)
+
+To stop it:
+
+  ./stopit
+
+Well, it is all just a bit more complicated than that,
+but you should have the idea.