mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-14 18:54:27 +00:00
327 B
327 B
User's guide
[TOC]
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.