diff --git a/docs/third_party/borgmatic/third_party-borgmatic.de.md b/docs/third_party/borgmatic/third_party-borgmatic.de.md index f1577d426e..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,11 @@ 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 + - /mnt/source/rspamd + - /mnt/source/postfix repositories: - path: ssh://user@rsync.net:22/./mailcow label: rsync diff --git a/docs/third_party/borgmatic/third_party-borgmatic.en.md b/docs/third_party/borgmatic/third_party-borgmatic.en.md index e6276bfd4d..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,11 @@ 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 + - /mnt/source/rspamd + - /mnt/source/postfix repositories: - path: ssh://user@rsync.net:22/./mailcow label: rsync @@ -348,4 +352,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.