diff --git a/README.md b/README.md index bb3cac9..1a89f8f 100644 --- a/README.md +++ b/README.md @@ -124,13 +124,15 @@ After all above steps, you can run the homeserver with `docker-compose up -d`. Y Now you need to create an admin user with `docker exec -it synapse register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml` and follow the instructions. You should now have an admin user on the homeserver and you can login with it on the client using the homeserver `matrix.4rs.nl`. Enjoy your homeserver! -## Backup - > [!NOTE] > -> You need [`just`](https://just.systems/) to backup the homeserver. You can install it with `cargo install just`. +> You need [`just`](https://just.systems/) to backup and restore your homeserver. You can install it with `cargo install just`. +## Backup You can backup the homeserver with `just backup `. And it's will stored as encrypted AES256 7z file. +## Restore +To restore the homeserver, you can use `just restore `. Make sure to run it in the root of the repository. + ## Any questions? If you have any questions, you can contact with me at `@awiteb:4rs.nl` and I will try to help you. Have fun with your homeserver!