infrastructure/roles/lvm-self-backup
2020-08-10 01:37:13 +02:00
..
defaults Initial commit 2020-08-10 01:37:13 +02:00
meta Initial commit 2020-08-10 01:37:13 +02:00
tasks Initial commit 2020-08-10 01:37:13 +02:00
templates Initial commit 2020-08-10 01:37:13 +02:00
README.md Initial commit 2020-08-10 01:37:13 +02:00

lvm-self-backup

This will deploy a backup-lvm and backup-lvm-ls script to backup configured LVM volumes encrypted with GPG using duplicity and list the remote content for verification. A systemd timer is also deployed to schedule automatic backups daily at 4 AM.

Requirements

You will need to have docker installed or declared as a dependency with the respective role.

Role Variables

Please look at the defaults/main.yml for all available variables and their description.

Note: Lines that are commented out via # are usually still valid/used variables, but they are not defined by default, so they might enable a feature, when uncommenting/defining them!

Dependencies

  • docker

License

GPL-3.0-only