passing the password on the command line
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5782
91ce42f0-d328-0410-95d8-
f526ca767f89
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"