This role installs and configures Backuppc. It works on Debian Jessie. It can work on Ubuntu or other Debian-based systems. But no direct support will be added (PR accepted).
None.
At this time, this role only manage backup via rsync (+ ssh) method.
backuppc_server_name
: fqdn of the backup serverbackuppc_ssh_key_bits
: set length of ssh key pair (optional, default 2048 by Ansible)backuppc_fetch_ssh_key
: copy backkupc ssh key from server (boolean)backuppc_local_fetch_dir
: local dir where you fetch backuppc SSH public keybackuppc_hosts
: clients list to backup (see below)
Each client configuration override global configuration.
hostname
: (M) hostname of the hoststate
: (O) absent or present (default)include_files:
: (O) default files (directories) list to backup.exclude_files:
: (O) default files (directories) list to exclude in backupxfermethod
: (O) transfer method (rsync as default)more
: (O) hash with specific key/value (usefull for custom directives)
(O): Optional (M): Mandatory
You should RTFM for these variables:
backuppc_ServerPort
backuppc_ServerMesgSecret
backuppc_MaxBackups
backuppc_MaxUserBackups
backuppc_MaxBackupPCNightlyJobs
backuppc_BackupPCNightlyPeriod
backuppc_MaxOldLogFiles
backuppc_FullPeriod
backuppc_IncrPeriod
backuppc_PingMaxMsec
backuppc_RsyncClientCmd
backuppc_RsyncClientRestoreCmd
backuppc_BackupFilesOnly
backuppc_BackupFilesExclude
backuppc_XferLogLevel
Other global configuration can be managed (you can create issues or PR).
This role doesn't manage any webserver! You must use another role to install a HTTP service before this role. It doesn't manage any authentication.
Be careful, in Debian based systems, backuppc depends httpd virtual package. If you don't install any HTTP server, Debian will install Apache2. However, you can use my Nginx role which is compatible with this role.
This role downloads backuppc SSH public key. You must deploy it on each clients!
None.
You should look at defaults/main.yml.
- hosts: backup
vars:
nginx_vhosts:
- name: backup.mydomain.tld
template: _backuppc
htpasswd: backuppc
nginx_htpasswd:
- name: backuppc
description: 'Please login'
users:
- name: hx
password: myPassword
backuppc_hosts:
- hostname: current-host
state: present
- hostname: removed_host
state: absent
- hostname: oldserver
roles:
- HanXHX.nginx
- HanXHX.backuppc
GPLv2
If this code helped you, or if you’ve used them for your projects, feel free to buy me some 🍻
- Bitcoin:
1BQwhBeszzWbUTyK4aUyq3SRg7rBSHcEQn
- Ethereum:
63abe6b2648fd892816d87a31e3d9d4365a737b5
- Litecoin:
LeNDw34zQLX84VvhCGADNvHMEgb5QyFXyD
- Monero:
45wbf7VdQAZS5EWUrPhen7Wo4hy7Pa7c7ZBdaWQSRowtd3CZ5vpVw5nTPphTuqVQrnYZC72FXDYyfP31uJmfSQ6qRXFy3bQ
No crypto-currency? ⭐ the project is also a way of saying thank you! 😎
- Twitter: @hanxhx_