From fc07ce4d546da63328e92a0313d072f4451ca87e Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 18 Apr 2024 18:57:57 +0200 Subject: [PATCH 1/5] Update third_party-borgmatic.de.md see https://community.mailcow.email/d/1796-borgmatic-does-not-backup-vmail/ --- docs/third_party/borgmatic/third_party-borgmatic.de.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/third_party/borgmatic/third_party-borgmatic.de.md b/docs/third_party/borgmatic/third_party-borgmatic.de.md index f1577d426e..68133ac1f3 100644 --- a/docs/third_party/borgmatic/third_party-borgmatic.de.md +++ b/docs/third_party/borgmatic/third_party-borgmatic.de.md @@ -74,6 +74,11 @@ Das nächste Kommando erzeugt dann die borgmatic-Konfigurationsdatei mit den kor cat < data/conf/borgmatic/etc/config.yaml source_directories: - /mnt/source + - /mnt/source/vmail + - /mnt/source/crypt + - /mnt/source/redis + - /mnt/source/rspamd + - /mnt/source/postfix repositories: - path: ssh://user@rsync.net:22/./mailcow label: rsync From 626811026d4aa3b8d221f99832f7f833c3871c22 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 18 Apr 2024 18:58:19 +0200 Subject: [PATCH 2/5] Update third_party-borgmatic.en.md see https://community.mailcow.email/d/1796-borgmatic-does-not-backup-vmail/ --- docs/third_party/borgmatic/third_party-borgmatic.en.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/third_party/borgmatic/third_party-borgmatic.en.md b/docs/third_party/borgmatic/third_party-borgmatic.en.md index e6276bfd4d..ac8ffeedd2 100644 --- a/docs/third_party/borgmatic/third_party-borgmatic.en.md +++ b/docs/third_party/borgmatic/third_party-borgmatic.en.md @@ -75,6 +75,12 @@ The next command then creates the borgmatic configuration file containing the co cat < data/conf/borgmatic/etc/config.yaml source_directories: - /mnt/source + - /mnt/source + - /mnt/source/vmail + - /mnt/source/crypt + - /mnt/source/redis + - /mnt/source/rspamd + - /mnt/source/postfix repositories: - path: ssh://user@rsync.net:22/./mailcow label: rsync @@ -348,4 +354,4 @@ To fetch the keyfile run: docker-compose exec borgmatic-mailcow borg key export --paper user@rsync.net:mailcow ``` -Where `user@rsync.net:mailcow` is the URI to your repository. \ No newline at end of file +Where `user@rsync.net:mailcow` is the URI to your repository. From c76155e5c7c150ee50cb82270ddfc2336823d179 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 18 Apr 2024 19:01:13 +0200 Subject: [PATCH 3/5] remove copy paste mistake --- docs/third_party/borgmatic/third_party-borgmatic.en.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/third_party/borgmatic/third_party-borgmatic.en.md b/docs/third_party/borgmatic/third_party-borgmatic.en.md index ac8ffeedd2..a653e08700 100644 --- a/docs/third_party/borgmatic/third_party-borgmatic.en.md +++ b/docs/third_party/borgmatic/third_party-borgmatic.en.md @@ -74,7 +74,6 @@ The next command then creates the borgmatic configuration file containing the co ```bash cat < data/conf/borgmatic/etc/config.yaml source_directories: - - /mnt/source - /mnt/source - /mnt/source/vmail - /mnt/source/crypt From 199e142ab42cd7efc75e06a839400b8dd061bd24 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 25 Apr 2024 16:39:27 +0200 Subject: [PATCH 4/5] remove /mnt/source, see https://github.com/mailcow/mailcow-dockerized-docs/pull/700 --- docs/third_party/borgmatic/third_party-borgmatic.de.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/third_party/borgmatic/third_party-borgmatic.de.md b/docs/third_party/borgmatic/third_party-borgmatic.de.md index 68133ac1f3..934454a2b7 100644 --- a/docs/third_party/borgmatic/third_party-borgmatic.de.md +++ b/docs/third_party/borgmatic/third_party-borgmatic.de.md @@ -73,7 +73,6 @@ Das nächste Kommando erzeugt dann die borgmatic-Konfigurationsdatei mit den kor ```bash cat < data/conf/borgmatic/etc/config.yaml source_directories: - - /mnt/source - /mnt/source/vmail - /mnt/source/crypt - /mnt/source/redis From c183ec93bf20afd896d11bce410749684d8770f8 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 25 Apr 2024 16:39:58 +0200 Subject: [PATCH 5/5] Removed /mnt/sources, see https://github.com/mailcow/mailcow-dockerized-docs/pull/700 --- docs/third_party/borgmatic/third_party-borgmatic.en.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/third_party/borgmatic/third_party-borgmatic.en.md b/docs/third_party/borgmatic/third_party-borgmatic.en.md index a653e08700..84c3073413 100644 --- a/docs/third_party/borgmatic/third_party-borgmatic.en.md +++ b/docs/third_party/borgmatic/third_party-borgmatic.en.md @@ -74,7 +74,6 @@ The next command then creates the borgmatic configuration file containing the co ```bash cat < data/conf/borgmatic/etc/config.yaml source_directories: - - /mnt/source - /mnt/source/vmail - /mnt/source/crypt - /mnt/source/redis