You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
defaults | 2 years ago | |
files | 7 months ago | |
tasks | 1 year ago | |
README.rst | 2 years ago |
README.rst
Setup backup server
This role configures backup server(s) in the borg-backup-server
group to accept backups from remote hosts.
Note that the borg-backup
role must have run on each host in the borg-backup
group before this role. That role will create a borg_user
tuple in the hostvars for for each host consisting of the required username and public key.
Each required user gets a separate home directory in /opt/backups
. Their authorized_keys
file is configured with the public key to allow the remote host to log in and only run borg
in server mode.
Role Variables