On 9/26/06, Martin Romanuk <[EMAIL PROTECTED] > wrote:
Every time you add a new one, you have to restart de Director daemon?

This one I can answer. No, you do not have to restart the director daemon. There is a command in the console called reload that will reaload the configuration files.


BTW, If you are going to have soo many clients consider splitting the include files up to manageable size using the @newfile.conf syntax. For example here is the first part of my bacula-dir.conf file:

Director {                            # define myself
  Name = jmd0-dir
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/var/lib/bacula/query.sql"
  WorkingDirectory = "/var/bacula"
  PidDirectory = "/var/run"
  Maximum Concurrent Jobs = 1
  Password = "XXXXXXXXXX"
  Messages = Daemon
}

@/etc/bacula/bacula-dir-filesets.conf
@/etc/bacula/bacula-dir-jobdefs.conf
@/etc/bacula/bacula-dir-jobs.conf
@/etc/bacula/bacula-dir-schedule.conf
@/etc/bacula/bacula-dir-clients.conf
@/etc/bacula/bacula-dir-storage.conf


 

John


--
John M. Drescher
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to