1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monitorix_ynh.git synced 2024-09-03 19:46:06 +02:00
This commit is contained in:
Josué Tille 2022-11-02 23:12:22 +01:00
parent 7ed8ba9fb1
commit 574482f197
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -16,16 +16,16 @@ From command line:
This application now uses the core-only feature of the backup. To keep the integrity of the data and to have a better guarantee of the restoration it is recommended to proceed as follows:
- Stop Gitea service with this command:
- Stop Monitorix service with this command:
`systemctl stop monitorix.service`
- Launch Gitea backup with this command:
- Launch Monitorix backup with this command:
`yunohost backup create --app monitorix`
- Backup your data with your specific strategy (could be with rsync, borg backup or just cp). The data is generally stored in `/var/lib/monitorix`.
- Restart Gitea service with theses command:
- Restart Monitorix service with theses command:
`systemctl start monitorix.service`