From 574482f197c0892ea1605730fcfef6be223d831f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 2 Nov 2022 23:12:22 +0100 Subject: [PATCH] Fix typo --- doc/DISCLAIMER.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 885bbbd..75a5236 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -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`