Add backup storage config settings

This commit is contained in:
Christian 2026-01-02 02:23:10 +01:00
parent 58b598058a
commit 3ffee6d428
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
1.3.71
1.3.72

View File

@ -106,6 +106,8 @@ class Settings(BaseSettings):
BACKUP_DRY_RUN: bool = False
BACKUP_RETENTION_DAYS: int = 30
BACKUP_RETENTION_MONTHLY: int = 12
BACKUP_MAX_SIZE_GB: int = 100
STORAGE_WARNING_THRESHOLD_PCT: int = 80
# Offsite Backup Settings (SFTP)
OFFSITE_ENABLED: bool = False