Update _index.en.md

This commit is contained in:
RustDesk 2024-05-26 10:02:23 +08:00 committed by GitHub
parent e5064dce71
commit a007936f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,27 +68,3 @@ What it does:
- Download and extract RustDesk Pro Services to the above folder - Download and extract RustDesk Pro Services to the above folder
- Create systemd services for hbbs and hbbr (service names are rustdesk-hbbs.service and rustdesk-hbbr.service) - Create systemd services for hbbs and hbbr (service names are rustdesk-hbbs.service and rustdesk-hbbr.service)
- If you choose Domain, it will install Nginx and Certbot, allowing the API to be available on port 443 (HTTPS) and get an SSL certificate over port 80, it is automatically renewed - If you choose Domain, it will install Nginx and Certbot, allowing the API to be available on port 443 (HTTPS) and get an SSL certificate over port 80, it is automatically renewed
### Backup/Restore
To make life easy we have created a backup and restore script, this will take the keys, all configuration and database and create a tar file which can be saved to else where.
To setup the backup script on your RustDesk Server do the following:
```
wget https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/backup.sh
chmod +x backup.sh
```
You now have options.
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 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](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) to move it to the restored server.