Update _index.en.md

This commit is contained in:
Mr-Update 2024-03-09 22:49:45 +01:00 committed by GitHub
parent a88c9c452d
commit 242450dea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ What it does:
### Upgrade
Copy and paste the above command into your Linux terminal to upgrade your existing RustDesk Server Pro Installation, this could also be saved locally and scheduled with cron.
Copy and paste the above command into your Linux terminal to upgrade your existing RustDesk Server Pro installation, this could also be saved locally and scheduled with cron.
`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/update.sh)`
@ -68,7 +68,7 @@ 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:
To restore do the following:
```
wget https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/restore.sh
chmod +x restore.sh