readme: Fixed typos
This commit is contained in:
parent
95a72fc7c0
commit
536ac3d946
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
|||||||
|
# ignore all vscode config files
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# ignore all generated logfiles
|
# ignore all generated logfiles
|
||||||
*.log
|
*.log
|
||||||
|
@ -112,6 +112,7 @@ #### Path to borg details file: -b _/path/to/filename.file_
|
|||||||
**Default: _scriptpath/mc_borg.details_**
|
**Default: _scriptpath/mc_borg.details_**
|
||||||
|
|
||||||
#### File name of docker-compose configuration file: -d _filename.file_
|
#### File name of docker-compose configuration file: -d _filename.file_
|
||||||
|
|
||||||
This is the file name of your docker-compose configuration file that is used to
|
This is the file name of your docker-compose configuration file that is used to
|
||||||
build/start/stop containers. This script will only search for this file within
|
build/start/stop containers. This script will only search for this file within
|
||||||
the same directory where your Mailcow configuration file is found.
|
the same directory where your Mailcow configuration file is found.
|
||||||
@ -126,6 +127,7 @@ #### Log file location: -l _/path/to/filename.file_
|
|||||||
**Default: _scriptpath/scriptname.log_**
|
**Default: _scriptpath/scriptname.log_**
|
||||||
|
|
||||||
#### File name of Mailcow master configuration file: -m _filename.file_
|
#### File name of Mailcow master configuration file: -m _filename.file_
|
||||||
|
|
||||||
This is the file name of the Mailcow master configuration file that was
|
This is the file name of the Mailcow master configuration file that was
|
||||||
generated after installation and contains all information needed to run Mailcow
|
generated after installation and contains all information needed to run Mailcow
|
||||||
(database user name, volume directory prefixes, etc.) This script will search
|
(database user name, volume directory prefixes, etc.) This script will search
|
||||||
@ -272,8 +274,8 @@ ### Examples
|
|||||||
/var/borgbackup/SSHprivate.key
|
/var/borgbackup/SSHprivate.key
|
||||||
myuser@server001.rsync.net:MailcowBackup/
|
myuser@server001.rsync.net:MailcowBackup/
|
||||||
myPaSsWoRd
|
myPaSsWoRd
|
||||||
/root/NCscripts/xtraLocations.borg
|
/root/scripts/xtraLocations.borg
|
||||||
/root/NCscripts/excludeLocations.borg
|
/root/scripts/excludeLocations.borg
|
||||||
--keep-within=14d
|
--keep-within=14d
|
||||||
borg1
|
borg1
|
||||||
```
|
```
|
||||||
@ -419,7 +421,7 @@ ## The log file
|
|||||||
things take and when any errors took place. The script includes debugging
|
things take and when any errors took place. The script includes debugging
|
||||||
notes such as where temp files are located, where it's looking for data, whether
|
notes such as where temp files are located, where it's looking for data, whether
|
||||||
it created/moved/copied files, etc. All major operations are tagged *'-- [INFO]
|
it created/moved/copied files, etc. All major operations are tagged *'-- [INFO]
|
||||||
message here --'*. Similarily, warnings are tagged *'-- [WARNING] message here
|
message here --'*. Similarly, warnings are tagged *'-- [WARNING] message here
|
||||||
(code: xxxx) --'* and errors are tagged *'-- [ERROR] message here (code: xxx)
|
(code: xxxx) --'* and errors are tagged *'-- [ERROR] message here (code: xxx)
|
||||||
--'*. Successful operations generate a *'-- [SUCCESS] message here --'* stamp.
|
--'*. Successful operations generate a *'-- [SUCCESS] message here --'* stamp.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user