infrastructure/roles/lvm_self_backup
2021-11-22 05:04:52 +00:00
..
defaults automation: Update backup-duplicity Docker tag to v0.8.21 2021-11-22 05:04:52 +00:00
handlers lvm_self_backup: Reload systemd if service changed 2021-11-20 03:30:44 +01:00
meta Rename roles to underscore 2020-09-26 18:12:59 +02:00
tasks lvm_self_backup: Reload systemd if service changed 2021-11-20 03:30:44 +01:00
templates lvm_self_backup: Option to configure user/group for status dir 2021-10-29 23:46:10 +02:00
README.md Rename roles to underscore 2020-09-26 18:12:59 +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