mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 01:44:59 +00:00
fix: use seperate backup user for database backups
This commit is contained in:
committed by
Silthus
parent
b50ebd1cf8
commit
2a3aa294c2
@@ -11,6 +11,9 @@ EXCLUDE_BIND_MOUNTS=false
|
||||
RESTIC_REPOSITORY=/restic_data
|
||||
RESTIC_PASSWORD=password
|
||||
|
||||
BACKUP_MYSQL_USER=root
|
||||
BACKUP_MYSQL_PASSWORD=my-secret-pw
|
||||
|
||||
RESTIC_KEEP_DAILY=7
|
||||
RESTIC_KEEP_WEEKLY=4
|
||||
RESTIC_KEEP_MONTHLY=12
|
||||
|
||||
Reference in New Issue
Block a user