# # Default Bacula Director Configuration file # # The only thing that MUST be changed is to add one or more # file or directory names in the Include directive of the # FileSet resource. # # For Bacula release 2.0.3 (06 March 2007) -- redhat (Bordeaux) # # You might also want to change the default email address # from root to your address. See the "mail" and "operator" # directives in the Messages resource. # Director { # define myself Name = bcksvr-dir DIRport = 9101 # where we listen for UA connections QueryFile = "/home/bacula/bacula/bin/query.sql" WorkingDirectory = "/home/bacula/bacula/bin/working" PidDirectory = "/home/bacula/bacula/bin/working" Maximum Concurrent Jobs = 1 Password = "test" # Console password #Password = "fCqBkcPHTmStHmM2vL8ze9TiXScoWPSnYL/DlX3IpU4V" # Console password Messages = Daemon } JobDefs { Name = "DefaultJob" Type = Backup Level = Incremental Client = bcksvr-fd FileSet = "Full Set" Schedule = "WeeklyCycle" Storage = File Messages = Standard Pool = Default Priority = 10 } JobDefs { Name = "Mac_OSX_Job" Type = Backup Level = Incremental Client = sr56303mp FileSet = "Mac_OSX" Schedule = "WeeklyCycle" Storage = File Messages = Standard Pool = Default Priority = 10 } # # Define the main nightly save backup job # By default, this job will back up to disk in /tmp Job { Name = "Client1" JobDefs = "DefaultJob" Write Bootstrap = "/home/bacula/bacula/bin/working/Client1.bsr" } Job { Name = "xs606v9634977" Client = xs606v9634977-fd JobDefs = "DefaultJob" Write Bootstrap = "/home/bacula/bacula/bin/working/xs606v9634977.bsr" } Job { Name = "fp0xwt15" Client = fp0xwt15 JobDefs = "DefaultJob" Write Bootstrap = "/home/bacula/bacula/bin/working/fp0xwt15.bsr" } Job { Name = "sr56303mp" Client = sr56303mp JobDefs = "Mac_OSX_Job" Write Bootstrap = "/home/bacula/bacula/bin/working/sr56303mp.bsr" } # Backup the catalog database (after the nightly save) Job { Name = "BackupCatalog" JobDefs = "DefaultJob" Level = Full FileSet="Catalog" Schedule = "WeeklyCycleAfterBackup" # This creates an ASCII copy of the catalog RunBeforeJob = "/home/bacula/bacula/bin/make_catalog_backup bacula bacula" # This deletes the copy of the catalog RunAfterJob = "/home/bacula/bacula/bin/delete_catalog_backup" Write Bootstrap = "/home/bacula/bacula/bin/working/BackupCatalog.bsr" Priority = 11 # run after main backup } # # Standard Restore template, to be changed by Console program # Only one such job is needed for all Jobs/Clients/Storage ... # Job { Name = "RestoreFiles" Type = Restore Client=bcksvr-fd FileSet="Full Set" Storage = File Pool = Default Messages = Standard Where = /tmp/bacula-restores } # List of files to be backed up FileSet { Name = "Full Set" Include { Options { signature = MD5 } # # Put your list of files here, preceded by 'File =', one per line # or include an external list with: # # File =