add retention period
This commit is contained in:
@@ -9,3 +9,6 @@ backup_dir="db_backup"
|
|||||||
|
|
||||||
# List of database names to back up (add any database name separated by a space)
|
# List of database names to back up (add any database name separated by a space)
|
||||||
databases=("db1" "db2" "db3")
|
databases=("db1" "db2" "db3")
|
||||||
|
|
||||||
|
# Number of days to retain backup files
|
||||||
|
backup_retention_days=7
|
||||||
|
|||||||
Reference in New Issue
Block a user