FREEZE Break: add hosted01 to backup01 backups

Toshio Kuratomi a.badger at gmail.com
Thu Oct 27 16:21:10 UTC 2011


+1    not having backups for hosted is a little scarey :-)

If it can't handle the load we can revert and try something else.

-Toshio

On Thu, Oct 27, 2011 at 10:18:12AM -0600, Kevin Fenzi wrote:
> In the past, hosted01 has rsync'd it's content to hosted02, and then
> hosted02 gets backed up to backup01. However, we are currently having
> an odd network issue on serverbeach05/hosted02, causing it to not have
> external connectivity periodically, which means backups to backup01
> fail. ;( 
> 
> So, as a short term solution I'd like to just backup hosted01 directly
> to backup01. This will cause it a bit more load, but I think it can
> handle it these days. 
> 
> Longer term of course, we are supposed to be getting new serverbeach
> servers and will be migrating hosted to rhel6 on a new machine. 
> 
> kevin
> --
> diff --git a/modules/bacula/templates/bacula-dir.conf.erb
> b/modules/bacula/templates/bacula-dir.conf index bb8fbee..39f2f71 100644
> --- a/modules/bacula/templates/bacula-dir.conf.erb
> +++ b/modules/bacula/templates/bacula-dir.conf.erb
> @@ -185,6 +185,13 @@ Job {
>  }
>  
>  Job {
> +   Name = "hosted01"
> +   Client = "hosted01"
> +   JobDefs = "LightJob"
> +   Write Bootstrap = "/var/spool/bacula/hosted01.bsr"
> +}
> +
> +Job {
>     Name = "hosted02"
>     Client = "hosted02"
>     JobDefs = "LightJob"
> @@ -632,6 +639,18 @@ Client {
>  }
>  
>  Client {
> +    Name = hosted01
> +    Address = hosted01.vpn.fedoraproject.org
> +    FDPort = 9102
> +    Catalog = backup1
> +    Password = "<%= baculaPasswordDir %>"
> +    File Retention = 15 days
> +    Job Retention = 20 days
> +    AutoPrune = Yes
> +    Maximum Concurrent Jobs = 10
> +}
> +
> +Client {
>      Name = hosted02
>      Address = hosted02.vpn.fedoraproject.org
>      FDPort = 9102



> _______________________________________________
> infrastructure mailing list
> infrastructure at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/infrastructure

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20111027/ded4a4fa/attachment.bin 


More information about the infrastructure mailing list