# # 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.4.4 (28 December 2008) -- suse 10 # # 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. # # Filesets for backup of ESX VMs via vcb Director { # define myself # test Name = bacula-dir DirAddresses = { ip = { addr = 127.0.0.1; port = 9101 } ip = { addr = 10.20.40.211; port = 9101 } } # DIRport = 9101 # where we listen for UA connections QueryFile = "/usr/lib64/bacula/query.sql" WorkingDirectory = "/var/lib/bacula" PidDirectory = "/var/run" Maximum Concurrent Jobs = 10 Password = "0DntXXl7DVkNYYRApYdhKKoy2Huq1CVHwIRAKUwgNA86" # Console password Messages = Daemon } JobDefs { Name = "DefaultJob" Type = Backup Level = Incremental Client = bacula-fd FileSet = "Full Set" Schedule = "WeeklyCycle" Storage = FileStorage Messages = Standard Pool = FileStoragePool Priority = 10 } JobDefs { Name = "ServerJob" Type = Backup Level = Incremental Client = bacula-fd FileSet = "Full Set" Schedule = "WeeklyCycle" Storage = FileStorage Messages = Standard Pool = FileStoragePool Priority = 10 } # # Define the main nightly save backup job # By default, this job will back up to disk in #Job { # Name = "Client1" # JobDefs = "DefaultJob" # Write Bootstrap = "/var/lib/bacula/Client1.bsr" #} #Job { # Name = "Client2" # Client = bacula2-fd # JobDefs = "DefaultJob" # Write Bootstrap = "/var/lib/bacula/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 # WARNING!!! Passing the password via the command line is insecure. # see comments in make_catalog_backup for details. # Arguments to make_catalog_backup are: # make_catalog_backup RunBeforeJob = "/usr/lib64/bacula/make_catalog_backup bacula bacula" # This deletes the copy of the catalog RunAfterJob = "/usr/lib64/bacula/delete_catalog_backup" Write Bootstrap = "/var/lib/bacula/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=bacula-fd FileSet="Full Set" Storage = FileStorage Pool = FileStoragePool Messages = Standard Where = /bacula-restores Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbRestore.exe\" -h localhost -u dassit -p linuxlinux -s c:\\backups\\xp_mini" } # 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 =