>>>>> On Mon, 6 Mar 2006 12:21:10 -0800, "mpapet" <[EMAIL PROTECTED]> said:
> 
> I'm attempting to break-up the bacula-dir.conf file so I can add backup
> clients in a managable way.  The objective is to store individual client
> configurations in /etc/bacula/client1/ and have a reverence to that path in
> bacula-dir.conf.
> 
> In the docs under "Including other Configuration Files"
> [EMAIL PROTECTED]
> 
> If you wish to break your configuration file into smaller pieces, you can do
> so by including other files using the syntax @filename where filename is the
> full path and filename of another file. The @filename specification can be
> given anywhere a primitive token would appear.
> 
> If I attempt Client {/etc/bacula/client1/client1.conf} bacula won't restart
> and generates an error.  Any other similar terms (storage, etc) will
> generate the same error.
> 
> Please advise how I can break the .conf file up.

Posting the error message here is always the best option...but did you mean to
put an @ in the example you gave?  I.e.

Client {
  @/etc/bacula/client1/client1.conf
}

__Martin


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to