You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,14 @@ docker run \
114
114
pschiffe/borg
115
115
```
116
116
117
+
## Volumes
118
+
119
+
The following Docker volumes are used by the examples.
120
+
121
+
**borg-config:/root** - persistent Borg home directory. Stores Borg configuration and cache (`/root/.config/borg`, `/root/.cache/borg`) and SSH data (for example generated keys). Keep this volume across runs so this state survives container recreation.
122
+
123
+
**borg-repo:/borg/repo** - local Borg repository storage. Use this when storing backups in a Docker volume instead of a remote repository.
124
+
117
125
## Environment variables
118
126
119
127
Description of all accepted environment variables follows.
0 commit comments