Proxmox backup of physical server and restore to vm

telvenes

Member
Oct 5, 2020
20
2
23
35
Is it possible to backup a physical server and restore it to a VM?
Use it as a tool to convert servers?
 
You could probably do a backup, boot a VM from a live iso and restore everything to your new disk.
It might be easier to install a VM with the bare OS from scratch and then rsync everything over with rsync -aAXv --numeric-ids --exclude={"etc/fstab","dev/*","proc/*","sys/*","tmp/*","run/*","mnt/*","media/*","lost+found"} -e "ssh -p <SSHPORT>" root@<yourIP>:/* / though.
 
Wow, why I never thought about this before. This worked perfectly and in a super easy way. You should add this to the Proxmox Manual in ways to migrate.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!