From 14466f6461119d89a2d467c67660c59eb8ecb653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20R=C3=BCgheimer?= Date: Fri, 4 Nov 2022 14:08:04 +0100 Subject: [PATCH 1/2] Fix double text --- docs/third_party/borgmatic/third_party-borgmatic.de.md | 2 +- 1 file changed, 1 insertion(+), 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 ab51793a0..2a32e2824 100644 --- a/docs/third_party/borgmatic/third_party-borgmatic.de.md +++ b/docs/third_party/borgmatic/third_party-borgmatic.de.md @@ -55,7 +55,7 @@ volumes: Stellen Sie sicher, dass Sie die `BORG_PASSPHRASE` in eine sichere Passphrase Ihrer Wahl ändern. -Aus Sicherheitsgründen mounten wir das maildir als schreibgeschützt. Wenn Sie später Daten wiederherstellen wollen, müssen Sie das +Aus Sicherheitsgründen mounten wir das maildir als schreibgeschützt. Wenn Sie später Daten wiederherstellen wollen, müssen Sie das `ro`-Flag entfernen, bevor Sie die Daten wiederherstellen. Dies wird im Abschnitt über die Wiederherstellung von Backups beschrieben. ### Erstellen Sie `data/conf/borgmatic/etc/config.yaml` From 255d561d244c0de085354da4a977040890128031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20R=C3=BCgheimer?= Date: Fri, 4 Nov 2022 14:12:24 +0100 Subject: [PATCH 2/2] Fix deprecated ssh repository --- docs/third_party/borgmatic/third_party-borgmatic.de.md | 2 +- docs/third_party/borgmatic/third_party-borgmatic.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/third_party/borgmatic/third_party-borgmatic.de.md b/docs/third_party/borgmatic/third_party-borgmatic.de.md index 2a32e2824..59ee4f6dd 100644 --- a/docs/third_party/borgmatic/third_party-borgmatic.de.md +++ b/docs/third_party/borgmatic/third_party-borgmatic.de.md @@ -69,7 +69,7 @@ location: source_directories: - /mnt/source repositories: - - user@rsync.net:mailcow + - ssh://user@rsync.net:22/./mailcow exclude_patterns: - '/mnt/source/postfix/public/' - '/mnt/source/postfix/private/' diff --git a/docs/third_party/borgmatic/third_party-borgmatic.en.md b/docs/third_party/borgmatic/third_party-borgmatic.en.md index e69789a60..43e0c9cf9 100644 --- a/docs/third_party/borgmatic/third_party-borgmatic.en.md +++ b/docs/third_party/borgmatic/third_party-borgmatic.en.md @@ -70,7 +70,7 @@ location: source_directories: - /mnt/source repositories: - - user@rsync.net:mailcow + - ssh://user@rsync.net:22/./mailcow exclude_patterns: - '/mnt/source/postfix/public/' - '/mnt/source/postfix/private/'