Hi,

Dmitry S. Vlasov wrote:

Hello!
I have about 20 clients ( about 20 Jobs, about 20 FileSets, about 20 Clients in bacula-dir.conf) Is there any directive in bacula-dir.conf file which can include files from any folder? ( in the apache httpd server: Include)

from the Bacula manual:

In fact, the @filename can appear anywhere within the conf file where a token would be read, and the contents of the named file will be logically inserted in the place of the @filename. What must be in the file depends on the location the @filename is specified in the conf file.

So, you can use this to include a file.

Admittedly, I only found this in the FileSet explanation, not in the table of contents or the index... so, one point where the manual could be improved :-)

Arno


example:

in bacula-dir.conf:
Include /usr/local/etc/bacula-clients/

in /usr/local/etc/bacula-clients/:

client1.conf
client2.conf
...


in each file:

Job{
...
}

Client {
...
}

FileSet {
...
}

Thank you!



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to