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 


<blockquote>
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" 

</blockquote>

Client nas-fd in bacula-dir 

<blockquote>
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 
} 

</blockquote>
Regards 
Ana 
----- Mensaje original -----

De: "shockwavecs" <bacula-fo...@backupcentral.com> 
Para: bacula-users@lists.sourceforge.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 shockwav...@gmail.com via Backup Central. 
|Forward SPAM to ab...@backupcentral.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@lists.sourceforge.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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to