From 328dd1abe2f1540aa002c3e0f1cc78117362e0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Mon, 15 Oct 2018 11:39:20 +0200 Subject: [PATCH] Change BACKUP_LOCATION to MAILCOW_BACKUP_LOCATION by default --- docs/b_n_r_backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/b_n_r_backup.md b/docs/b_n_r_backup.md index 87822ccc8..9ce771c4b 100644 --- a/docs/b_n_r_backup.md +++ b/docs/b_n_r_backup.md @@ -22,8 +22,8 @@ You can also use "all" as second parameter to backup all components. The script will ask you for a backup location. Inside of this location it will create folders in the format "mailcow_DATE". You should not rename those folders to not break the restore process. -To run a backup unattended, define BACKUP_LOCATION as environment variable before starting the script: +To run a backup unattended, define MAILCOW_BACKUP_LOCATION as environment variable before starting the script: ``` -BACKUP_LOCATION=/opt/backup /opt/mailcow-dockerized/helper-scripts/backup_and_restore.sh backup all +MAILCOW_BACKUP_LOCATION=/opt/backup /opt/mailcow-dockerized/helper-scripts/backup_and_restore.sh backup all ```