readme: fixed typos
This commit is contained in:
parent
e4ac27a8d8
commit
3d0b2a5469
@ -11,7 +11,7 @@ # Mailcow Backup Using borgbackup <!-- omit in toc -->
|
|||||||
server is unavailable due to backups being performed. The 503 file is removed
|
server is unavailable due to backups being performed. The 503 file is removed
|
||||||
when the backup is completed so users can login again
|
when the backup is completed so users can login again
|
||||||
- Dumps the Mailcow mySQL database and adds it to the backup
|
- 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
|
everything is in a consistent state during the backup
|
||||||
- Allows you to specify additional files you want backed up
|
- Allows you to specify additional files you want backed up
|
||||||
- Allows you to specify files/directories to exclude from your backups
|
- Allows you to specify files/directories to exclude from your backups
|
||||||
@ -20,6 +20,7 @@ # Mailcow Backup Using borgbackup <!-- omit in toc -->
|
|||||||
and any errors/warnings
|
and any errors/warnings
|
||||||
|
|
||||||
## Contents <!-- omit in toc -->
|
## Contents <!-- omit in toc -->
|
||||||
|
|
||||||
- [Installation/copying](#installationcopying)
|
- [Installation/copying](#installationcopying)
|
||||||
- [Environment notes](#environment-notes)
|
- [Environment notes](#environment-notes)
|
||||||
- [Why this script must be run as root](#why-this-script-must-be-run-as-root)
|
- [Why this script must be run as root](#why-this-script-must-be-run-as-root)
|
||||||
@ -83,7 +84,7 @@ ## Environment notes
|
|||||||
addition, it reads easy-to-edit external plain-text files for borg settings so
|
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.
|
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
|
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**
|
file, the script will likely get confused and exit with an error**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user