# # 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 1.30 (12 April 2003) -- redhat 7.3 # # 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 = @hostname@-dir DIRport = 8101 # where we listen for UA connections QueryFile = "@scriptdir@/query.sql" WorkingDirectory = "@working_dir@" PidDirectory = "@piddir@" SubSysDirectory = "@subsysdir@" Maximum Concurrent Jobs = 4 Password = "pNvX1WiXnwv2C/F7E52LGvw6rKjbbPvu2kyuPa9pVaL3" # Console password Messages = Standard } # # Define the main nightly save backup job # By default, this job will back up to disk in /tmp Job { Name = "NightlySave" Type = Backup Client=@hostname@-fd FileSet="Full Set" Storage = File Messages = Standard Pool = Default Write Bootstrap = "@working_dir@/NightlySave.bsr" Maximum Concurrent Jobs = 4 } Job { Name = "MonsterSave" Type = Backup Client=@hostname@-fd FileSet="Full Set" Storage = File1 Messages = Standard Pool = Default Write Bootstrap = "@working_dir@/NightlySave.bsr" } Job { Name = "VerifyVolume" Type = Verify Level = VolumeToCatalog Client=@hostname@-fd FileSet="Full Set" Storage = File Messages = Standard Pool = Default Write Bootstrap = "@working_dir@/NightlySave.bsr" } Job { Name = "SparseTest" Type = Backup Client=@hostname@-fd FileSet="SparseSet" Storage = File Messages = Standard Pool = Default Write Bootstrap = "@working_dir@/NightlySave.bsr" } Job { Name = "CompressedTest" Type = Backup Client=@hostname@-fd FileSet="CompressedSet" Storage = File Messages = Standard Pool = Default Maximum Concurrent Jobs = 4 Write Bootstrap = "@working_dir@/NightlySave.bsr" } Job { Name = "SparseCompressedTest" Type = Backup Client=@hostname@-fd FileSet="SparseCompressedSet" Storage = File Messages = Standard Pool = Default Write Bootstrap = "@working_dir@/NightlySave.bsr" } # Backup the catalog database (after the nightly save) Job { Name = "BackupCatalog" Type = Backup Client=@hostname@-fd FileSet="Catalog" # Schedule = "WeeklyCycleAfterBackup" Storage = File Messages = Standard Pool = Default # This creates an ASCII copy of the catalog RunBeforeJob = "@sbindir@/make_catalog_backup -u bacula" # This deletes the copy of the catalog RunAfterJob = "@sbindir@/delete_catalog_backup" Write Bootstrap = "@working_dir@/BackupCatalog.bsr" } # Standard Restore template, to be changed by Console program Job { Name = "RestoreFiles" Type = Restore Client=@hostname@-fd FileSet="Full Set" Storage = File Messages = Standard Pool = Default Where = /tmp/bacula-restores } # List of files to be backed up FileSet { Name = "Full Set" Include = signature=MD5 {