We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5aa9df commit 2b8542dCopy full SHA for 2b8542d
1 file changed
README.md
@@ -191,6 +191,16 @@ git pull && git submodule update --init --recursive
191
192
In case the update fails, remove the `data` directory and move the backup to `data`.
193
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
204
### Services
205
After starting the application, the following services are running on the host:
206
0 commit comments