Custom borgbackup configuration for the logs
This commit is contained in:
parent
e570ce67b3
commit
59f2c94a61
1 changed files with 10 additions and 0 deletions
10
host_vars/log.adm.auro.re.yml
Normal file
10
host_vars/log.adm.auro.re.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
borg_keep_hourly: 0
|
||||
borg_keep_daily: 7
|
||||
borg_keep_weekly: 4
|
||||
borg_keep_monthly: 12
|
||||
borg_backup_directories:
|
||||
- "/etc/"
|
||||
- "/var/"
|
||||
borg_backup_exclude:
|
||||
...
|
Loading…
Reference in a new issue