Custom borgbackup configuration for the logs

This commit is contained in:
otthorn 2021-03-14 21:14:37 +01:00
parent e570ce67b3
commit 59f2c94a61

View 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:
...