diff --git a/docs/third_party/third_party-borgmatic.de.md b/docs/third_party/third_party-borgmatic.de.md index 1be3aaf3b..f955786e9 100644 --- a/docs/third_party/third_party-borgmatic.de.md +++ b/docs/third_party/third_party-borgmatic.de.md @@ -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 diff --git a/docs/third_party/third_party-borgmatic.en.md b/docs/third_party/third_party-borgmatic.en.md index 80bd0d677..637f2f00c 100644 --- a/docs/third_party/third_party-borgmatic.en.md +++ b/docs/third_party/third_party-borgmatic.en.md @@ -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