mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 01:43:40 -05:00
Reduce number of backups retained for uptimekuma
This commit is contained in:
@@ -119,6 +119,12 @@ _mainScript_() {
|
||||
BACKUP_RETENTION_WEEKLY=2
|
||||
BACKUP_RETENTION_MONTHLY=1
|
||||
;;
|
||||
uptimekuma)
|
||||
BACKUP_RETENTION_HOURLY=1
|
||||
BACKUP_RETENTION_DAILY=1
|
||||
BACKUP_RETENTION_WEEKLY=1
|
||||
BACKUP_RETENTION_MONTHLY=1
|
||||
;;
|
||||
*)
|
||||
BACKUP_RETENTION_HOURLY=2
|
||||
BACKUP_RETENTION_DAILY=6
|
||||
|
||||
Reference in New Issue
Block a user