Skip to content

Commit

Permalink
Merge pull request #364 from Bubbelb/patch-2
Browse files Browse the repository at this point in the history
Update README.md and Dockerfile to reflect new location of statefiles.
  • Loading branch information
grantbevis authored Nov 11, 2024
2 parents aa8d4b3 + f3b1ccc commit 954bde4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ docker run \
-v ./data/.config/borg:/root/.config/borg \
-v ./data/.ssh:/root/.ssh \
-v ./data/.cache/borg:/root/.cache/borg \
-v ./data/.state/borgmatic:/root/.local/state/borgmatic \
-e TZ=Europe/Berlin \
ghcr.io/borgmatic-collective/borgmatic
```
Expand Down Expand Up @@ -78,6 +79,7 @@ The following volumes are available for mounting:
| `/mnt/borg-repository` | Mount your borg backup repository here. |
| `/etc/borgmatic.d` | Where you need to create crontab.txt and your borgmatic config.yml |
| `/root/.borgmatic` | **Note** this is now redundant and has been deprecated, please remove this from your configs |
| `/root/.local/state/borgmatic` | Here are the state files for periodic checks. |
| `/root/.config/borg` | Here the borg config and keys for keyfile encryption modes are stored. Make sure to backup your keyfiles! Also needed when encryption is set to none. |
| `/root/.ssh` | Mount either your own .ssh here or create a new one with ssh keys in for your remote repo locations. |
| `/root/.cache/borg` | A non-volatile place to store the borg chunk cache. |
Expand Down

0 comments on commit 954bde4

Please sign in to comment.