The search list on backup1 currently looks like: search fedora.phx.redhat.com
I'd like to change it to:
search fedora.phx.redhat.com vpn.fedoraproject.org fedoraproject.org
I'd also like to change the address under the Storage blocks in
modules/bacula/templates/bacula-dir.conf.erb to use backup1 instead of
backup1.fedora.phx.redhat.com (this should make backups over the VPN
work). Here's what the patch would look like:
diff --git a/modules/bacula/templates/bacula-dir.conf.erb
b/modules/bacula/templates/bacula-dir.conf.erb
index 2d0a383..a1fe4fd 100644
--- a/modules/bacula/templates/bacula-dir.conf.erb
+++ b/modules/bacula/templates/bacula-dir.conf.erb
@@ -868,7 +868,7 @@ Client {
Storage {
Name = File
# Do not use "localhost" here
- Address = backup1.fedora.phx.redhat.com # N.B. Use a fully qualified
name here
+ Address = backup1
SDPort = 9103
Password = "<%= baculaPasswordDir %>"
Device = FileStorage
@@ -888,7 +888,7 @@ Storage {
Storage {
Name = TapeDrive-1
# Do not use "localhost" here
- Address = backup1.fedora.phx.redhat.com # N.B. Use a fully qualified
name here
+ Address = backup1
SDPort = 9103
Password = "<%= baculaPasswordDir %>"
Device = Autochanger
We'd have to make sure that the search lists for all of our backed up
hosts are setup to make backup1 go to the right place (.vpn.fp.o for
external, .fedora.phx.redhat.com for internal)
Can I get two +1s for these (do these changes seem safe enough to do
now)?
Thanks,
Ricky
pgpDhooEgMCWE.pgp
Description: PGP signature
_______________________________________________ Fedora-infrastructure-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
