Hi folks,

is it possible to configure bacula in a way that it tells, for example, fd-1 to send back its data-to-be-backed-up to IP-1
and simultaneously tells fd-2 to send back its data-to-be-backed-up to IP-2????

I'm having this problem, since my director machine has two NICs each in a different network section .
One is a dedicated gigabit-backup-network, which for security reasons is not in DNS neither is routed.
The other is a normal accessible network on which additional clients are to be backed up that don't have the backup-network.

In the storage section of bacula-dir.conf you can only give one IP - Address that the fds should use to send back their data to the sd:


Storage  {

  Name = "TapeLibrary"
  Address = "192.168.100.100"                                     => Would need more addresses possible here.
  SDPort = 9103
  Password = "very confidential"     # password for Storage daemon
  Device = "Exabyte_221L"                                       # must be same as Device in Storage daemon
  Media Type = "LTO-2"                                          # must be same as MediaType in Storage daemon
  Autochanger = yes                                             # enable for autochanger device. This directive modifies bacula's tape search algorithm.
}

So the problem is that the fds of the respective other network-section can't answer.

Thanks in advance and best regards,

i. A. Christoff Buch

=====================================
[EMAIL PROTECTED]
+49.941.78004.607

[EMAIL PROTECTED]
OneVision Software AG
Dr.-Leo-Ritter-Str. 9
D - 93049 Regensburg
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to