]> git.sur5r.net Git - bacula/docs/commitdiff
When mentioning catalog backups, link to the Catalog Maintenance page.
authorDan Langille <dan@langille.org>
Tue, 23 Oct 2007 14:08:20 +0000 (14:08 +0000)
committerDan Langille <dan@langille.org>
Tue, 23 Oct 2007 14:08:20 +0000 (14:08 +0000)
Use the updated calls to invoke Bacula daemons on FreeBSD
Show Bacula running as non-root. Pointed out by Mike Erdley.

docs/manual/security.tex

index cf2fb840ec096bbe4e6d6122ac05b4ee64c3f8a7..7866410adc88261207a9270ac08ffa6cb25bd528 100644 (file)
    a command line option to that script, and any user will be able to see
    this information. If you want it to be secure, you will need to pass it
    by an environment variable or a secure file.
+
+   See also \ilink{Backing Up Your Bacula
+   Database - Security Considerations }{BackingUpBaculaSecurityConsiderations}
+   for more information.
 \end{itemize}
 
 
@@ -307,7 +311,9 @@ To start the bacula daemons on a FreeBSD system, issue the following command:
 
 \footnotesize
 \begin{verbatim}
-/usr/local/etc/rc.d/bacula.sh start
+/usr/local/etc/rc.d/bacula-dir start
+/usr/local/etc/rc.d/bacula-sd  start
+/usr/local/etc/rc.d/bacula-fd  start
 \end{verbatim}
 \normalsize
 
@@ -316,11 +322,11 @@ To confirm they are all running:
 \footnotesize
 \begin{verbatim}
 $ ps auwx | grep bacula
-root\ 63416\ 0.0\ 0.3\ 2040 1172\ ??\ Ss\ 4:09PM 0:00.01
-    /usr/local/sbin/bacula-sd -v -c /usr/local/etc/bacula-sd.conf
-root\ 63418\ 0.0\ 0.3\ 1856 1036\ ??\ Ss\ 4:09PM 0:00.00
+root   63418 0.0 0.3 1856 1036 ?? Ss 4:09PM 0:00.00
     /usr/local/sbin/bacula-fd -v -c /usr/local/etc/bacula-fd.conf
-root\ 63422\ 0.0\ 0.4\ 2360 1440\ ??\ Ss\ 4:09PM 0:00.00
+bacula 63416 0.0 0.3 2040 1172 ?? Ss 4:09PM 0:00.01
+    /usr/local/sbin/bacula-sd -v -c /usr/local/etc/bacula-sd.conf
+bacula 63422 0.0 0.4 2360 1440 ?? Ss 4:09PM 0:00.00
     /usr/local/sbin/bacula-dir -v -c /usr/local/etc/bacula-dir.conf
 \end{verbatim}
 \normalsize