From e9003e634e9e228f6972780f8258c0d44647ac66 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:07:18 +0200 Subject: [PATCH] Update _index.en.md --- .../rustdesk-server-pro/installscript/_index.en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/installscript/_index.en.md b/content/self-host/rustdesk-server-pro/installscript/_index.en.md index 5edba49..1837669 100644 --- a/content/self-host/rustdesk-server-pro/installscript/_index.en.md +++ b/content/self-host/rustdesk-server-pro/installscript/_index.en.md @@ -62,15 +62,15 @@ chmod +x backup.sh ``` You now have options. -Run the backup script to create a one time backup `./backup.sh` -Or / -Run the backup script `--schedule` (full command would be `./backup.sh --schedule` this will schedule the backup script to run nightly and autorotate. +Run the backup script `./backup.sh` to create a one time backup. + +Or run the backup script `./backup.sh --schedule`. This will schedule the backup script to run nightly and autorotate. To Restore do the following: ``` wget https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/restore.sh chmod +x ``` -Copy the backup file into the same folder as the restore.sh file and then run -`./restore.sh` +Copy the backup file into the same folder as the restore.sh file and then run `./restore.sh`. + This will restore your server to how it was prior, you will need to revoke your [license](/docs/en/self-host/rustdesk-server-pro/license) to move it to the restored server.