Director Job Resource Output

{
 {
    "Name": "BackupCatalog",
    "Type": "Backup",
    "Messages": "Standard",
    "Storage": ["File"],
    "Pool": "Default",
    "Client": "rufus-fd",
    "Fileset": "Catalog",
    "WriteBootstrap": "/opt/bacula/bsr/BackupCatalog.bsr",
    "MaxRunTime": 1800,
    "Runscript": [
      {
        "RunsWhen": "Before",
        "RunsOnClient": false,
        "Command": "/opt/bacula/scripts/make_catalog_backup -u regress"
      },
      {
        "RunsWhen": "After",
        "RunsOnClient": false,
        "Command": "/opt/bacula/scripts/delete_catalog_backup"
      }
    ]
 }
]

Go back to the Resource Category chapter.

Go back to the REST API chapter.

Go back to the main Advanced Features Usage page.