From 1b7f5c91214da473c70d2c4ead18eee8e7e9f136 Mon Sep 17 00:00:00 2001 From: "Carlos M. Martinez" Date: Sun, 28 Jan 2024 19:35:34 -0500 Subject: [PATCH] Moved links for cron to tip --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e969859..8420cd3 100644 --- a/README.md +++ b/README.md @@ -210,9 +210,14 @@ The server is automatically backed up everynight at midnight according to the ti Set BACKUP_ENABLED enable or disable automatic backups (Default is enabled) 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. +> [!TIP] +> 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. Example Usage: If BACKUP_CRON_EXPRESSION to `0 2 * * *`, the backup script will run every day at 2:00 AM. ## Editing Server Settings