From b14fba61541ba62f0fd60f29e452ad0a0d7ed65c Mon Sep 17 00:00:00 2001 From: "Carlos M. Martinez" Date: Sun, 28 Jan 2024 19:30:34 -0500 Subject: [PATCH] Updated readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 150de22..18792f6 100644 --- a/README.md +++ b/README.md @@ -207,15 +207,13 @@ The server will run a save before the backup if rcon is enabled. The server is automatically backed up everynight at midnight according to the timezone set with TZ -Example Usage: If set to 0 2 * * *, the backup script will run every day at 2:00 AM. +Set BACKUP_ENABLED enable or disable automatic backups (Default is enabled) -In a Cron-Expression, you define an interval for when to run jobs. +BACKUP_CRON_EXPRESSION is a cron expression, in a Cron-Expression you define an interval for when to run jobs. This image uses Supercronic for crons, see [supercronic](https://github.com/aptible/supercronic#crontab-format) or [Crontab Generat](https://crontab-generator.org). +Set BACKUP_CRON_EXPRESSION to change the default schedule. -**BACKUP_ENABLED:** - -Description: This environment variable indicates whether automatic backups are enabled or not. -If set to a non-empty value, automatic backups will be disabled. +Example Usage: If BACKUP_CRON_EXPRESSION to 0 2 * * *, the backup script will run every day at 2:00 AM. ## Editing Server Settings