27 lines
804 B
Markdown
27 lines
804 B
Markdown
|
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](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
|