1
0
Fork 0

Added borg backup role

This commit is contained in:
Julien Dessaux 2019-07-09 11:45:03 +02:00
commit 5b953c8dba
11 changed files with 198 additions and 0 deletions

3
defaults/main.yml Normal file
View file

@ -0,0 +1,3 @@
---
borg_prune_arguments: '--keep-within 30d'
...