Freeze break request: fix backups to backup hosted03 instead of hosted02

Kevin Fenzi kevin at scrye.com
Tue May 8 14:42:25 UTC 2012


After the move the other week to the hosted01/02 cluster, I switched
backups to backup hosted02. However, we backed out this migration and
went back to hosted03 as the active node. 

I'd like to switch our backups back to hosted03 so we are actually
backing up the thing that our users are using. ;) 

+1s?

kevin
--
diff --git a/modules/bacula5/templates/bacula-dir.conf.erb b/modules/bacula5/templates/bacula-dir.conf.erb
index 2172286..c95d9ae 100644
--- a/modules/bacula5/templates/bacula-dir.conf.erb
+++ b/modules/bacula5/templates/bacula-dir.conf.erb
@@ -203,20 +203,20 @@ Job {
    Write Bootstrap = "/var/spool/bacula/collab03.bsr"
 }
 
-#Job {
-#   Name = "hosted03"
-#   Client = "hosted03"
-#   JobDefs = "LightJob"
-#   Write Bootstrap = "/var/spool/bacula/hosted03.bsr"
-#}
-
 Job {
-   Name = "hosted02"
-   Client = "hosted02"
+   Name = "hosted03"
+   Client = "hosted03"
    JobDefs = "LightJob"
-   Write Bootstrap = "/var/spool/bacula/hosted02.bsr"
+   Write Bootstrap = "/var/spool/bacula/hosted03.bsr"
 }
 
+#Job {
+#   Name = "hosted02"
+#   Client = "hosted02"
+#   JobDefs = "LightJob"
+#   Write Bootstrap = "/var/spool/bacula/hosted02.bsr"
+#}
+
 Job {
    Name = "noc01"
    Client = "noc01"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20120508/c3f8228f/attachment.sig>


More information about the infrastructure mailing list