From: Dan Langille Date: Tue, 23 Oct 2007 14:08:20 +0000 (+0000) Subject: When mentioning catalog backups, link to the Catalog Maintenance page. X-Git-Tag: Release-3.0.0~2353 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b0922b2e836c0996bac9ad280334970e414af709;p=bacula%2Fdocs When mentioning catalog backups, link to the Catalog Maintenance page. Use the updated calls to invoke Bacula daemons on FreeBSD Show Bacula running as non-root. Pointed out by Mike Erdley. --- diff --git a/docs/manual/security.tex b/docs/manual/security.tex index cf2fb840..7866410a 100644 --- a/docs/manual/security.tex +++ b/docs/manual/security.tex @@ -49,6 +49,10 @@ 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