Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Borg Backup even when backing up mysql #700

Merged
merged 5 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/third_party/borgmatic/third_party-borgmatic.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ Das nächste Kommando erzeugt dann die borgmatic-Konfigurationsdatei mit den kor
```bash
cat <<EOF > 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://[email protected]:22/./mailcow
label: rsync
Expand Down
8 changes: 6 additions & 2 deletions docs/third_party/borgmatic/third_party-borgmatic.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ The next command then creates the borgmatic configuration file containing the co
```bash
cat <<EOF > 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://[email protected]:22/./mailcow
label: rsync
Expand Down Expand Up @@ -348,4 +352,4 @@ To fetch the keyfile run:
docker-compose exec borgmatic-mailcow borg key export --paper [email protected]:mailcow
```

Where `[email protected]:mailcow` is the URI to your repository.
Where `[email protected]:mailcow` is the URI to your repository.