Merge branch 'master' of github.com:mailcow/mailcow-dockerized-docs
Dieser Commit ist enthalten in:
Commit
0f06cea45b
3 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
4
docs/third_party/third_party-borgmatic.de.md
gevendort
4
docs/third_party/third_party-borgmatic.de.md
gevendort
|
@ -10,7 +10,7 @@ Speicherplatz zu verschwenden. So können Sie Backups in sehr kurzen Abständen
|
|||
Daten aus einer Sicherung wiederherzustellen.
|
||||
|
||||
Dieses Dokument fĂĽhrt Sie durch den Prozess zur Aktivierung kontinuierlicher Backups fĂĽr mailcow mit borgmatic. Die borgmatic
|
||||
Funktionalität wird durch das [borgmatic Docker image von b3vis](https://github.com/b3vis/docker-borgmatic) bereitgestellt. Schauen Sie sich
|
||||
Funktionalität wird durch das [borgmatic Docker Image](https://github.com/borgmatic-collective/docker-borgmatic) bereitgestellt. Schauen Sie sich
|
||||
die `README` in diesem Repository, um mehr ĂĽber die anderen Optionen (wie z.B. Push-Benachrichtigungen) zu erfahren, die verfĂĽgbar sind.
|
||||
Diese Anleitung behandelt nur die Grundlagen.
|
||||
|
||||
|
@ -25,7 +25,7 @@ version: '2.1'
|
|||
|
||||
services:
|
||||
borgmatic-mailcow:
|
||||
image: b3vis/borgmatic
|
||||
image: ghcr.io/borgmatic-collective/borgmatic
|
||||
hostname: mailcow
|
||||
restart: always
|
||||
dns: ${IPV4_NETWORK:-172.22.1}.254
|
||||
|
|
4
docs/third_party/third_party-borgmatic.en.md
gevendort
4
docs/third_party/third_party-borgmatic.en.md
gevendort
|
@ -10,7 +10,7 @@ space. This allows you to run backups in very short intervals to ensure minimal
|
|||
recover data from a backup.
|
||||
|
||||
This document guides you through the process to enable continuous backups for mailcow with borgmatic. The borgmatic
|
||||
functionality is provided by the [borgmatic Docker image by b3vis](https://github.com/b3vis/docker-borgmatic). Check out
|
||||
functionality is provided by the [borgmatic Docker image](https://github.com/borgmatic-collective/docker-borgmatic). Check out
|
||||
the `README` in that repository to find out about the other options (such as push notifications) that are available.
|
||||
This guide only covers the basics.
|
||||
|
||||
|
@ -26,7 +26,7 @@ version: '2.1'
|
|||
|
||||
services:
|
||||
borgmatic-mailcow:
|
||||
image: b3vis/borgmatic
|
||||
image: ghcr.io/borgmatic-collective/borgmatic
|
||||
hostname: mailcow
|
||||
restart: always
|
||||
dns: ${IPV4_NETWORK:-172.22.1}.254
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
mkdocs-material==8.3.6
|
||||
mkdocs-material==8.3.7
|
||||
mkdocs-redirects==1.0.4
|
||||
pygments>=2.12
|
||||
mkdocs-static-i18n==0.45
|
||||
mkdocs-static-i18n==0.46
|
||||
mkdocs-git-revision-date-localized-plugin==1.0.1
|
||||
|
|
Laden …
In neuem Issue referenzieren