reduce retention of backups
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user