ansible-roles/evobackup-client/README.md

25 lines
815 B
Markdown
Raw Normal View History

2019-08-30 20:43:52 +02:00
# evobackup-client
Allows the configuration of backups to one or more remote filesystems.
2019-08-30 20:43:52 +02:00
The backup hosts in use need to be defined in evobackup-client__hosts
2019-08-30 20:43:52 +02:00
and the bkctld jail ssh port has to be defined in
evobackup-client__ssh_port before running it.
2019-08-30 20:43:52 +02:00
The default zzz_evobackup.sh configures a system backup, but the
template can be overriden to configure a full backup instead. If
you change the variables in defaults/main.yml you can easily run
this again and configure backups to a second set of hosts.
2019-08-30 20:43:52 +02:00
Do not forget to set the evobackup-client__mail variable to an
2019-08-30 20:43:52 +02:00
email adress you control.
You can add this example to an installation playbook to create the
ssh key without running the rest of the role.
~~~
post_tasks:
- include_role:
name: evobackup-client tasks_from: ssh_key.yml
~~~