From 00468ace96c262a1d92da3e06c55c3ef59f6aa26 Mon Sep 17 00:00:00 2001 From: Guillaume Barreau Date: Thu, 25 Jan 2024 09:19:37 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Update=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee7ba90..707a943 100644 --- a/README.md +++ b/README.md @@ -173,18 +173,22 @@ Setting Up Automatic Backups with Cron **DAYS_TO_KEEP:** -Description: This environment variable represents the number of days to retain backup files. It is used in the cleanup process to remove backup files older than the specified duration. +Description: This environment variable represents the number of days to retain backup files. +It is used in the cleanup process to remove backup files older than the specified duration. + Example Usage: If set to 7, backup files older than 7 days will be deleted during the cleanup. **BACKUP_CRON_EXPRESSION:** -Description: This environment variable defines the cron expression for scheduling automatic backups. It determines when the backup script should run at specific intervals. +Description: This environment variable defines the cron expression for scheduling automatic backups. +It determines when the backup script should run at specific intervals. + Example Usage: If set to 0 2 * * *, the backup script will run every day at 2:00 AM. **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 enabled; otherwise, they will be disabled. -Example Usage: If set to any non-empty string (e.g., true or 1), the backup script will be configured and executed as per the specified cron schedule. +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: