From ef6ea357a1dda3fba726daad723a575a2c6a4f30 Mon Sep 17 00:00:00 2001 From: BallsOfSpaghetti <115404710+OpenSpaghettiSauce@users.noreply.github.com> Date: Fri, 2 Dec 2022 00:33:31 +0100 Subject: [PATCH] Fix project name spelling mailcow is mailcow. --- helper-scripts/backup_and_restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper-scripts/backup_and_restore.sh b/helper-scripts/backup_and_restore.sh index 29b8857e..bc7b060b 100755 --- a/helper-scripts/backup_and_restore.sh +++ b/helper-scripts/backup_and_restore.sh @@ -25,7 +25,7 @@ if [[ ${1} == "help" ]]; then example: NODATE=1 backup_and_restore.sh backup all IMPORTANT: If you'd like to restore a NODATE=1 backup, you have to - use NODATE=1 for restoring as well! Otherwise, Mailcow will only + use NODATE=1 for restoring as well! Otherwise, mailcow will only look for timestamped folders, which you will not have. You can combine the variables as well.