X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fbacula-dir.conf.erb;h=f9dda582bb934d288a3393cee9432075113d1f19;hb=9e0f33aa915a7125ddccb463ac57a6281d18b4b3;hp=987170eb5848069a0e4bb135c07a4483dad69182;hpb=d0fa36fc169681b0e1c413d20179f5176467703d;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index 987170eb5..f9dda582b 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -23,6 +23,15 @@ Director { ip = { addr = 127.0.0.1; port = 9101 } ip = { addr = <%=bacula_director_address%>; port = <%=bacula_director_port%> } } + + TLS Enable = yes + TLS Require = yes + TLS Verify Peer = yes + TLS Allowed CN = "clientcerts/<%= bacula_director_address %>" + TLS CA Certificate File = "<%= bacula_ca_path %>" + # This is a server certificate, used for incoming console connections. + TLS Certificate = "<%= bacula_ssl_server_cert %>" + TLS Key = "<%= bacula_ssl_server_key %>" } ######################################################################## @@ -35,7 +44,7 @@ FileSet { signature = SHA1 compression = GZIP9 } - File = "\\|bash -c \"df -Pkl -x tmpfs | tail -n +2 | awk '{print \$NF}' \"" + File = "\\|bash -c \"df -Pkl -x tmpfs -x iso9660 | tail -n +2 | awk '{print \$NF}' \"" # Dont backup directories that contain .nobackup files Exclude Dir Containing = .nobackup } @@ -97,9 +106,9 @@ Schedule { ######################################################################## Catalog { Name = MyCatalog - dbname = bacula; - DB Address = "<%= bacula_db_address %>"; - DB Port = <%= bacula_db_port %>; + dbname = "service = bacula"; + #DB Address = "<%= bacula_db_address %>"; + #DB Port = <%= bacula_db_port %>; dbuser = "bacula"; dbpassword = "<%= bacula_db_secret %>" } @@ -127,20 +136,6 @@ Messages { append = "/var/lib/bacula/log" = all, !skipped } -######################################################################## -# Storage config # -######################################################################## - -Storage { - Name = <%= bacula_filestor_name %> - Address = <%= bacula_storage_address %> - SDPort = <%= bacula_storage_port %> - Password = "<%= bacula_storage_secret %>" - Device = <%= bacula_filestor_device %> - Media Type = <%= bacula_filestor_name %> - Maximum Concurrent Jobs = 10 -} - ######################################################################## # Console, limited # ######################################################################## @@ -159,11 +154,7 @@ JobDefs { Level = Incremental FileSet = "Standard Set" Schedule = "WeeklyCycle" - Storage = <%=bacula_filestor_name%> Messages = Standard - Pool = <%=bacula_pool_name%> - Differential Backup Pool = <%=bacula_pool_name%>diff - Incremental Backup Pool = <%=bacula_pool_name%>inc Max Full Interval = 1 month Priority = 10 Write Bootstrap = "/var/lib/bacula/%c.bsr" @@ -178,54 +169,13 @@ JobDefs { Job { Name = "RestoreFiles" Type = Restore - Client = draghi.debian.org-fd + Client = <%=bacula_director_address%>-fd FileSet = "Standard Set" - Pool = Restore + Pool = poolfull-<%=bacula_pool_name%>-<%=bacula_director_address%> Messages = Standard Where = /var/tmp/bacula-restores } -######################################################################## -# Pool definition # -######################################################################## -Pool { - Name = <%= bacula_pool_name %> - Pool Type = Backup - Recycle = no - AutoPrune = yes - Volume Retention = 1 year - Label Format = "<%= bacula_pool_name %>.${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}_${Hour:p/2/0/r}:${Minute:p/2/0/r}" - Volume Use Duration = 23h - #Maximum Volume Jobs = 1 - Maximum Volume Bytes = 50G - Action On Purge = Truncate -} - -Pool { - Name = <%= bacula_pool_name %>diff - Pool Type = Backup - Recycle = no - AutoPrune = yes - Volume Retention = 1 year - Label Format = "<%= bacula_pool_name %>diff.${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}_${Hour:p/2/0/r}:${Minute:p/2/0/r}" - Volume Use Duration = 23h - #Maximum Volume Jobs = 1 - Maximum Volume Bytes = 50G - Action On Purge = Truncate -} - -Pool { - Name = <%= bacula_pool_name %>inc - Pool Type = Backup - Recycle = no - AutoPrune = yes - Volume Retention = 1 year - Label Format = "<%= bacula_pool_name %>inc.${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}_${Hour:p/2/0/r}:${Minute:p/2/0/r}" - Volume Use Duration = 23h - #Maximum Volume Jobs = 1 - Maximum Volume Bytes = 50G - Action On Purge = Truncate -} # Scratch pool definition Pool {