-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Labels
No labels