mirror of
https://kolaente.dev/konrad/docker-db-backup.git
synced 2026-01-09 12:40:07 +01:00
fix: default cron schedule
This commit is contained in:
@@ -51,7 +51,7 @@ The cron schedule at which the backup job runs, using the common unix cron synta
|
||||
|
||||
Check out [crontab.dev](https://crontab.dev/) for a nice explanation of the schedule.
|
||||
|
||||
Default: `* */6 * * * *` (every 6 hours)
|
||||
Default: `0 */6 * * *` (every 6 hours)
|
||||
|
||||
### `BACKUP_MAX`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user