From fdd81ced6b80f86ece6eebd6011d113a5a3b8101 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Tue, 8 Jul 2025 12:42:43 +0530 Subject: [PATCH] reduce retention of backups --- all/playbook.yaml | 6 +++--- all/pubnix.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/all/playbook.yaml b/all/playbook.yaml index 1092c73..22f443a 100644 --- a/all/playbook.yaml +++ b/all/playbook.yaml @@ -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 diff --git a/all/pubnix.yaml b/all/pubnix.yaml index cd3c35f..dd1351b 100644 --- a/all/pubnix.yaml +++ b/all/pubnix.yaml @@ -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"