If your source server no longer boots or SSH access is no longer possible, you can rescue the data via rescue mode and transfer it to a new server.
Emergency scenario: This guide applies to servers that are no longer reachable — e.g. due to hardware failure blocking all access.
| Situation | Approach |
|---|---|
| Linux server no longer boots | Start Linux rescue mode → mount partition → rsync to target |
| Windows server no longer boots | Start Windows rescue mode → robocopy to network share |
| SSH/RDP blocked by misconfiguration | Start rescue mode → repair config or back up data |
| Hardware failure, server won't start at all | Contact support — hardware replacement and migration. |
Transfer the data via rsync to the target server:
Detailed guide for backing up data in rescue mode: → Backing up data in Linux rescue mode
Copy data to the target server:
Detailed guide for backing up data in Windows rescue mode: → Backing up data in Windows rescue mode