From 3d0b2a5469e1f35fd5fe6d9bb1068612dc276c70 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 22 Oct 2018 00:35:39 -0600 Subject: [PATCH] readme: fixed typos --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 250bca1..c51a4e6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This script automates the following tasks: server is unavailable due to backups being performed. The 503 file is removed when the backup is completed so users can login again - Dumps the Mailcow mySQL database and adds it to the backup -- Handles stopping and re-starting mailflow containers (postfix and dovecot) so +- Handles stopping and re-starting mail-flow containers (postfix and dovecot) so everything is in a consistent state during the backup - Allows you to specify additional files you want backed up - Allows you to specify files/directories to exclude from your backups @@ -20,6 +20,7 @@ This script automates the following tasks: and any errors/warnings ## Contents + - [Installation/copying](#installationcopying) - [Environment notes](#environment-notes) - [Why this script must be run as root](#why-this-script-must-be-run-as-root) @@ -83,7 +84,7 @@ several optional parameters to override its default or detected settings. In addition, it reads easy-to-edit external plain-text files for borg settings so you don't have to weed through the script code to supply things like passwords. -**This script autodetects the location of your Mailcow configuration file. If +**This script auto-detects the location of your Mailcow configuration file. If you have multiple files on your system with the same name as the configuration file, the script will likely get confused and exit with an error**