Skip to content

Commit 2b8542d

Browse files
author
Nils Bars
committed
Document backup excludes for overlayfs-derived dirs
1 parent f5aa9df commit 2b8542d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,16 @@ git pull && git submodule update --init --recursive
191191

192192
In case the update fails, remove the `data` directory and move the backup to `data`.
193193

194+
### Backups
195+
All recoverable state lives under `data/`, so any backup must include that
196+
directory to be useful. Each instance's persistence directory contains
197+
overlayfs-derived folders that should be excluded:
198+
199+
```
200+
--exclude '**/entry-merged/**'
201+
--exclude '**/entry-work/**'
202+
```
203+
194204
### Services
195205
After starting the application, the following services are running on the host:
196206

0 commit comments

Comments
 (0)