Package: bacula
Version: 2.2.5-1
Tags: patch

Hi,

In 

https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/68725

it was reported that the catalog backup fails due to the wrong
parameters being passed to make_catalog_backup.

They use the following patch to correct that. Please consider
applying it.

Thanks,

James

--- 2.2.5-1/src/dird/bacula-dir.conf.in 2007-11-04 01:11:09.000000000
+0000
+++ 2.2.5-1ubuntu1/src/dird/bacula-dir.conf.in  2007-11-04 01:10:40.000000000 
+0000
@@ -62,7 +62,7 @@ Job {
   FileSet="Catalog"
   Schedule = "WeeklyCycleAfterBackup"
   # This creates an ASCII copy of the catalog
-  RunBeforeJob = "@scriptdir@/make_catalog_backup bacula bacula"
+  RunBeforeJob = "@scriptdir@/make_catalog_backup <dbname> <user> <password>"
   # This deletes the copy of the catalog
   RunAfterJob  = "@scriptdir@/delete_catalog_backup"
   Write Bootstrap = "@working_dir@/BackupCatalog.bsr"





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to