On 20.02.21 21:12, Robert Earl wrote:

If I create a zero-size file in the proper place on the client, the Catalog backup proceeds, but is of course null. Why is it even looking for a database??

The catalog backup is done in two steps:

1) A RunBeforeJob running on the host where the Catalog resides dumps the Catalog into a file.
2) This file is then backupped via the FD running on that host.

The FD in itself does not need any knowledge about the Catalog Database type.

In your case either the FileSet for the CatalogBackup is wrong (meaning the dump is in a different location) or the RunBeforeJob fails or is missing.

It seems the AfterJob is running, but either your log from the mail is truncated or the RunBeforeJob really is missing. Check the definition of the BackupCatalog job.

Grüße,
Sven.


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to