fix: update backup retention policy to 5 days

This commit is contained in:
martin.fencl
2026-08-18 10:08:21 +02:00
parent efe0eb7c96
commit f139599fd9
+1 -1
View File
@@ -53,7 +53,7 @@ services:
BACKUP_INTERVAL: "12h" BACKUP_INTERVAL: "12h"
INITIAL_DELAY: "5m" INITIAL_DELAY: "5m"
PRUNE_BACKUPS_DAYS: "14" PRUNE_BACKUPS_DAYS: "5"
EXCLUDES: "backups,cache,logs" EXCLUDES: "backups,cache,logs"