Update _index.en.md

This commit is contained in:
Mr-Update 2023-08-31 22:07:18 +02:00 committed by GitHub
parent 660076c058
commit e9003e634e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.