This commit is contained in:
dedhersel
2026-02-04 11:53:27 +01:00
commit 562afc3e7b
17 changed files with 1016 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Configuration of variables for database access
db_user=""
db_pass=""
db_host="localhost"
db_port="3306"
# Destination directory for backup files
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