Bacula-users

Re: [Bacula-users] Bacula backup from alternative datastore

2012-09-26 13:42:46
Subject: Re: [Bacula-users] Bacula backup from alternative datastore
From: Ana Romero <ana.romero AT cpxextremadura DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 26 Sep 2012 19:39:58 +0200 (CEST)
Hello schockwavecs, you have a name very dificult!!!!

Well, it this possible!, you have to install the agent bacula-fd in both NAS1 as NAS2,  but the client in bacula-dir  must have configured the cluster IP.

This is:

Client bacula-fd in NAS1
FileDaemon {                            # this is me
  Name = nas01-fd
  FDport = 9102                # where we listen for the director
  WorkingDirectory = "C:\\Program Files\\Bacula\\working"
  Pid Directory = "C:\\Program Files\\Bacula\\working"
  Maximum Concurrent Jobs = 10
}
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = DIRECTOR-dir
  Password = "xxxxx"

Client bacula-fd in NAS2

FileDaemon {                            # this is me
  Name = nas02-fd
  FDport = 9102                # where we listen for the director
  WorkingDirectory = "C:\\Program Files\\Bacula\\working"
  Pid Directory = "C:\\Program Files\\Bacula\\working"
  Maximum Concurrent Jobs = 10
}
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = DIRECTOR-dir
  Password = "xxxxx"

Client nas-fd in bacula-dir
Client {
  Name = nas-fd
  Address = nas.domain.local (or the cluster IP)
  FDPort = 9102
  Catalog = MyCatalog
  Password = "xxxxx"      # password for FileDaemon
  AutoPrune = yes            # Prune expired Jobs/Files
  Maximum Concurrent Jobs = 10
}
Regards
Ana

De: "shockwavecs" <bacula-forum AT backupcentral DOT com>
Para: bacula-users AT lists.sourceforge DOT net
Enviados: Miércoles, 26 de Septiembre 2012 17:13:18
Asunto: [Bacula-users]  Bacula backup from alternative datastore

We have two NAS boxes that sync all data over DRBD. When NAS1 goes down I want NAS2 to automatically become the system to backup to tape.

If NAS1 is up, then backup NAS1, else NAS2 becomes backup source for NAS1.

Is this possible? Any reason not to? DRBD is in master-slave config so data <i>should</i> never be served from two places at once.

+----------------------------------------------------------------------
|This was sent by shockwavecs AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>