From 13fc29f43bf0b3a55c9c6d7d94a5006243e6947a Mon Sep 17 00:00:00 2001 From: Lionel Coupouchetty-Ramouchetty Date: Tue, 16 Mar 2021 17:48:18 +0100 Subject: [PATCH] doc: add some useful commands --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 75209d1..7e093f5 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,39 @@ If you want to make a complete check of the backups - keep in mind that this rea systemctl start restic_check_read_data.service ``` +## Display the apps list to backup + +``` +yunohost app setting restic apps +``` + ## Edit the apps list to backup ``` yunohost app setting restic apps -v "nextcloud,wordpress" ``` +## Launch a backup + +``` +systemctl start restic +``` + +## Launch a backups check + +``` +systemctl start restic_check.service +``` + +## Launch a complete backups check + +WARNING: this will read data from your backups destination server. +It may take a quite long time depending on the target server's internet upload speed and hardware performance. + +``` +systemctl start restic_check_read_data.service +``` + ## Backup on different server, and apply distinct schedule for apps You can setup the Restic app several times on the same server so you can backup on several server or manage your frequency backup differently for specific part of your server.