Merge pull request #108 from Knight1/patch-3
Added crypt volume to docs and removed dkim
Dieser Commit ist enthalten in:
Commit
932d77f55a
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -9,7 +9,7 @@ You can also use "all" as second parameter to backup all components.
|
||||||
|
|
||||||
```
|
```
|
||||||
# Syntax:
|
# Syntax:
|
||||||
# ./helper-scripts/backup_and_restore.sh backup (vmail|redis|rspamd|postfix|mysql|all)
|
# ./helper-scripts/backup_and_restore.sh backup (crypt|vmail|redis|rspamd|postfix|mysql|all)
|
||||||
|
|
||||||
# Backup all
|
# Backup all
|
||||||
./helper-scripts/backup_and_restore.sh backup all
|
./helper-scripts/backup_and_restore.sh backup all
|
||||||
|
|
|
@ -7,7 +7,7 @@ docker volume rm mailcowdockerized_${VOLUME_NAME}
|
||||||
- Remove volume `mysql-vol-1` to remove all MySQL data.
|
- Remove volume `mysql-vol-1` to remove all MySQL data.
|
||||||
- Remove volume `redis-vol-1` to remove all Redis data.
|
- Remove volume `redis-vol-1` to remove all Redis data.
|
||||||
- Remove volume `vmail-vol-1` to remove all contents of `/var/vmail` mounted to `dovecot-mailcow`.
|
- Remove volume `vmail-vol-1` to remove all contents of `/var/vmail` mounted to `dovecot-mailcow`.
|
||||||
- Remove volume `dkim-vol-1` to remove all DKIM keys.
|
|
||||||
- Remove volume `rspamd-vol-1` to remove all Rspamd data.
|
- Remove volume `rspamd-vol-1` to remove all Rspamd data.
|
||||||
|
- Remove volume `crypt-vol-1` to remove all crypto data. This will render **all mails** unreadable.
|
||||||
|
|
||||||
Running `docker-compose down -v` will **destroy all mailcow: dockerized volumes** and delete any related containers and networks.
|
Running `docker-compose down -v` will **destroy all mailcow: dockerized volumes** and delete any related containers and networks.
|
||||||
|
|
Laden …
In neuem Issue referenzieren