From: Dan Langille Date: Mon, 22 Oct 2007 23:00:35 +0000 (+0000) Subject: Document issues surrounding bug #990. X-Git-Tag: Release-7.0.0~5509 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cc30fd27fd7f9e39fbd8a037e616b26e895274f0;p=bacula%2Fbacula Document issues surrounding bug #990. passing the password on the command line git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5782 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/bacula-dir.conf.in b/bacula/src/dird/bacula-dir.conf.in index 45b8fc0e55..2efe50f499 100644 --- a/bacula/src/dird/bacula-dir.conf.in +++ b/bacula/src/dird/bacula-dir.conf.in @@ -61,6 +61,8 @@ Job { FileSet="Catalog" Schedule = "WeeklyCycleAfterBackup" # 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 = "@scriptdir@/make_catalog_backup bacula bacula" # This deletes the copy of the catalog RunAfterJob = "@scriptdir@/delete_catalog_backup"