Skip to content

How to add an client to director? #37

@e-it

Description

@e-it

Hello,

I'm using this module to deploy bacula to a backup-system and different clients.

Now I'm having some trouble on adding a new client to the director. The clients.d-directory is empty and there are no jobs or filesets defined.

How can I add them?

This is the YAML of my bacula-director-server:

  bacula:
    client_template: bacula/director/client.conf.erb
    console_template: bacula/bconsole.conf.erb
    default_messages: Daemon
    director_template: bacula/bacula-dir.conf.erb
    manage_client: 'false'
    manage_console: 'true'
    manage_director: 'true'
    manage_storage: 'true'
    source_dir_purge: 'true'
    storage_template: bacula/bacula-sd.conf.erb

This is the YAML of my bacula-client-server:

  bacula:
    client_template: bacula/director/client.conf.erb
    console_template: bacula/bconsole.conf.erb
    default_messages: Daemon
    director_template: bacula/bacula-dir.conf.erb
    manage_client: 'true'
    manage_console: 'false'
    manage_director: 'false'
    manage_storage: 'false'
    source_dir_purge: 'false'
    storage_template: bacula/bacula-sd.conf.erb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions