FREEZE Break: add hosted01 to backup01 backups

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux