Reduce number of backups retained for uptimekuma

This commit is contained in:
Nathaniel Landau
2022-02-25 08:43:46 -05:00
parent 708b8db4df
commit 190a8ead87

View File

@@ -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