mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-20 09:47:45 +02:00
Update _index.en.md
This commit is contained in:
parent
660076c058
commit
e9003e634e
@ -62,15 +62,15 @@ chmod +x backup.sh
|
|||||||
```
|
```
|
||||||
You now have options.
|
You now have options.
|
||||||
|
|
||||||
Run the backup script to create a one time backup `./backup.sh`
|
Run the backup script `./backup.sh` to create a one time backup.
|
||||||
Or /
|
|
||||||
Run the backup script `--schedule` (full command would be `./backup.sh --schedule` this will schedule the backup script to run nightly and autorotate.
|
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
|
wget https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/restore.sh
|
||||||
chmod +x
|
chmod +x
|
||||||
```
|
```
|
||||||
Copy the backup file into the same folder as the restore.sh file and then run
|
Copy the backup file into the same folder as the restore.sh file and then run `./restore.sh`.
|
||||||
`./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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user