# # 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) -- unknown unknown # # 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 = gcc3-dir DIRport = 9101 # where we listen for UA connections QueryFile = "/usr/local/bacula/scripts/query.sql" WorkingDirectory = "/data/bcsrv" PidDirectory = "/var/run" Maximum Concurrent Jobs = 1 Password = "bac12pass" # Console password Messages = Daemon } JobDefs { Name = "DefaultJob" Type = Backup Level = Incremental Client = gcc3-fd FileSet = "Full Set" 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 = "/data/bcsrv/Client1.bsr" } #Job { # Name = "Client2" # Client = gcc32-fd # JobDefs = "DefaultJob" # Write Bootstrap = "/data/bcsrv/Client2.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 = "/usr/local/bacula/scripts/make_catalog_backup bacula bacula" # This deletes the copy of the catalog RunAfterJob = "/usr/local/bacula/scripts/delete_catalog_backup" Write Bootstrap = "/data/bcsrv/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=gcc3-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 =