Skip to content
Snippets Groups Projects
Name Last commit Last update
defaults
files
handlers
meta
tasks
tests
vars
README.md

RSnapshot Backup Client

This role prepare clients to be backuped by an rsnapshot server

Requirements

  • The Backup Server User SSH key must be in a public_keys directory, in a file with *.pub extension

Role Variables

  • backup_user_create: Create user if it doesn't exist
  • backup_user: username of the new backup user
  • backup_user_uid: uid of the new backup user
  • backup_user_full_sudo: True if the new user must have full sudo power

Example Playbook

---
- hosts: backupclients
  become: yes
  vars:
    backup_user_create: True
    backup_user: backupuser
    backup_user_id: 10000
    backup_user_full_sudo: True
  roles:
  - itopie.rsnapshot-backup-client

License

BSD

Author Information

Jonathan Blum jblum@itopie.ch - https://www.itopie.ch