add retention period

This commit is contained in:
2024-03-02 13:39:19 +01:00
committed by GitHub
parent 1c099eefc9
commit ac5069e48d

View File

@@ -9,3 +9,6 @@ backup_dir="db_backup"
# List of database names to back up (add any database name separated by a space)
databases=("db1" "db2" "db3")
# Number of days to retain backup files
backup_retention_days=7