reduce retention of backups

This commit is contained in:
2025-07-08 12:42:43 +05:30
parent e7400e9162
commit fdd81ced6b
2 changed files with 6 additions and 6 deletions

View File

@ -236,9 +236,9 @@
states:
- finish
borg_retention_policy:
keep_daily: 7
keep_weekly: 4
keep_monthly: 3
keep_daily: 4
keep_weekly: 2
keep_monthly: 2
# very secure I know; it has to be plain text anyway for automated backups, unless there is a better way (in which case please email me@aryak.me)
borg_encryption_passcommand: "cat /etc/borgmatic/passphrase"
- name: UFW Firewall Configuration

View File

@ -37,8 +37,8 @@
states:
- finish
borg_retention_policy:
keep_daily: 7
keep_weekly: 4
keep_monthly: 3
keep_daily: 4
keep_weekly: 2
keep_monthly: 2
# very secure I know; it has to be plain text anyway for automated backups, unless there is a better way (in which case please email me@aryak.me)
borg_encryption_passcommand: "cat /etc/borgmatic/passphrase"