On Thu, Oct 8, 2009 at 1:45 PM, John  BORIS <jbo...@adphila.org> wrote:
> John,
> Thanks for the quick response. Also should the names match. In my
> director I have the Client named John but that machine has a different
> name. I figure the Ciient name on the server (bacula-dir.conf) is a
> place holder and it uses the IP address to handle the connection and
> sends the password.
>

John,

On the bacula server, in the bacula-dir.conf file, I have, for example:

Client {
  Name = client-fd
  Address = client
  FDPort = 9102
  Catalog = MyCatalog
  Password = "password123"          # password for FileDaemon
  ....
}


On the client computer, in the bacula-fd.conf file, I have, for example:

FileDaemon {                            # this is me
  Name = client-fd
  FDport = 9102                # where we listen for the director
  .....
}

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = bacula-dir
  Password = "password123"        #password matches in bacula-dir.conf
}


Wilson
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



      
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to