Tweak documentation
This commit is contained in:
parent
12c328a0b3
commit
261417cab3
5 changed files with 124 additions and 8 deletions
|
@ -1,5 +1,14 @@
|
|||
# User guide
|
||||
# User's guide
|
||||
|
||||
[TOC]
|
||||
|
||||
TODO
|
||||
## Backup and restore
|
||||
|
||||
All the data generated by the server is located in the `data/` directory:
|
||||
|
||||
- The server configuration (in `profile.toml`)
|
||||
- The server secrets
|
||||
- The SQLite3 database
|
||||
- The uploaded media
|
||||
|
||||
Restoring is as easy as adding your backed up `data/` directory into a fresh deployment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue