# # 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.39 # # 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@" Maximum Concurrent Jobs = 4 Password = "pNvX1WiXnwv2C/F7E52LGvw6rKjbbPvu2kyuPa9pVaL3" Messages = Daemon } # # 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 SpoolData = yes # Prefer Mounted Volumes = no } Job { Name = "migrate-job" Type = Migrate Level = Full Client=@hostname@-fd FileSet="Full Set" Messages = Standard Storage = DiskChanger Write Bootstrap = "@working_dir@/migratejob.bsr" Pool = Default Maximum Concurrent Jobs = 4 Selection Type = Job Selection Pattern = ".*Save" } Job { Name = "migrate-volume" Type = Migrate Level = Full Client=@hostname@-fd FileSet="Full Set" Messages = Standard Storage = DiskChanger Write Bootstrap = "@working_dir@/migratevol.bsr" Pool = Default Maximum Concurrent Jobs = 4 Selection Type = Volume Selection Pattern = "File*" } Job { Name = "migrate-occupancy" Type = Migrate Level = Full Client=@hostname@-fd FileSet="Full Set" Messages = Standard Storage = DiskChanger Write Bootstrap = "@working_dir@/migratejob.bsr" Pool = Default Maximum Concurrent Jobs = 4 Selection Type = PoolOccupancy } Job { Name = "migrate-time" Type = Migrate Level = Full Client=@hostname@-fd FileSet="Full Set" Messages = Standard Storage = DiskChanger Write Bootstrap = "@working_dir@/migratejob.bsr" Pool = Default Maximum Concurrent Jobs = 4 Selection Type = PoolTime } # 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 { Options { signature=MD5 } File =