docs: add docker recurring backup examples

This commit is contained in:
Jonas Kaninda
2024-09-29 07:00:55 +02:00
parent 301594676b
commit fdc88e6064
5 changed files with 30 additions and 3 deletions

View File

@@ -13,4 +13,5 @@ services:
- DB_HOST=mysql
- DB_USERNAME=userName
- DB_PASSWORD=${DB_PASSWORD}
- BACKUP_CRON_EXPRESSION=0 1 * * * # Optional
# See: https://jkaninda.github.io/mysql-bkup/reference/#predefined-schedules
- BACKUP_CRON_EXPRESSION=@daily #@every 5m|@weekly | @monthly |0 1 * * *