Add backup storage config settings
This commit is contained in:
parent
58b598058a
commit
3ffee6d428
@ -106,6 +106,8 @@ class Settings(BaseSettings):
|
|||||||
BACKUP_DRY_RUN: bool = False
|
BACKUP_DRY_RUN: bool = False
|
||||||
BACKUP_RETENTION_DAYS: int = 30
|
BACKUP_RETENTION_DAYS: int = 30
|
||||||
BACKUP_RETENTION_MONTHLY: int = 12
|
BACKUP_RETENTION_MONTHLY: int = 12
|
||||||
|
BACKUP_MAX_SIZE_GB: int = 100
|
||||||
|
STORAGE_WARNING_THRESHOLD_PCT: int = 80
|
||||||
|
|
||||||
# Offsite Backup Settings (SFTP)
|
# Offsite Backup Settings (SFTP)
|
||||||
OFFSITE_ENABLED: bool = False
|
OFFSITE_ENABLED: bool = False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user