Changes between Version 19 and Version 20 of opsi


Ignore:
Timestamp:
Sep 23, 2012, 3:49:54 PM (12 years ago)
Author:
joergs
Comment:

createBaculaConfigFiles

Legend:

Unmodified
Added
Removed
Modified
  • opsi

    v19 v20  
    7070Bacula client for Windows.
    7171
     72Features:
     73  * automatic firewall configuration
     74  * creates bacula config files based on the OPSI properties for the Bacula package
     75  * Bacula Director configuration can be automatically generated, see next section
     76
    7277=== Bacula Director: automatic configuration ===
    7378
    74 Automatic configuration can be done by source:opsi/products/opsi-bacula-server-conf.py
     79The Bacula Director configuration files can be automatically generated by the opsiclient script.
     80
     81  * install the dass-opsi-tools from
     82    * http://software.opensuse.org/download/package?project=home:dassit:opsi:opsi4&package=dass-opsi-tools
     83    * or at least {{{opsiclient}}} from source:opsi/server/dass-opsi-tools/usr/bin/opsiclient
     84  *
     85{{{
     86opsiclient --server SERVERNAME createBaculaConfigFiles
     87}}}
     88     * creates the bacula config files:
     89{{{
     90opsi-clients-generated.conf
     91opsi-jobs-generated.conf
     92}}}
     93     * Include them into {{{/etc/bacula/bacula-dir.conf}}}, e.g.
     94{{{
     95# include automatically generated config files for OPSI clients
     96@/etc/bacula/generated/opsi-clients-generated.conf
     97@/etc/bacula/generated/opsi-jobs-generated.conf
     98}}}
     99  * reload the Bacula Director configuration, e.g. by
     100{{{
     101echo "reload" | bconsole
     102}}}
    75103
    76104