Skip to content

How to add a defined bareos-client to bareos-dir via puppet-bareos? #16

@e-it

Description

@e-it

Hello,

forgive me but I guess I do not understand how this module works.

I would like to set up a bareos-server (dir, sd, fd) and different clients (fd).

To do so I set up a server this way:

class profile::backup::server {

## Install bareos server ##
class   {
    'bareos':
        manage_client   =>  'true',
        manage_storage  =>  'true',
        manage_director =>  'true',
        manage_console  =>  'true', 
}

bareos::storage::device {
            'device':
                media_type  =>  'File',
                archive_device  =>  '/var/bareos/backup',
}
}

Now I'm adding a client:

 class profile::backup::client {

## Install bareos client ##
    class   {
            'bareos':
                    manage_client   =>      'true',
    }   
    }

Well, the server and the clients are installed, but the configuration for the server is not set up. How can I do that?

Additionally: How can I define filesets for the backup-jobs?

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