summaryrefslogtreecommitdiff
path: root/sysutils/bacula-doc/patches/patch-ae
blob: 199f44ba844250a528a784908eda0fda6f1f7cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2008/07/13 15:26:36 tonnerre Exp $

--- manual/strategies.tex.orig	2007-01-15 10:37:15.000000000 +0100
+++ manual/strategies.tex
@@ -232,6 +232,8 @@ Job {
   Messages = Standard
   Pool = Default
  # This creates an ASCII copy of the catalog
+ # WARNING!!! Passing the password via the command line is insecure.
+ # see comments in make_catalog_backup for details.
   RunBeforeJob = "/usr/lib/bacula/make_catalog_backup -u bacula"
  # This deletes the copy of the catalog, and ejects the tape
   RunAfterJob  = "/etc/bacula/end_of_backup.sh"