Move the Proxmox on another Server with Proxmox

Vinny

New Member
Jul 27, 2016
3
0
1
30
Hi guys,
yesterday i have buy a new server form SoYouStart (OVH) and i have install the Proxmox 4.2.

But, a few months ago, i have buy another Server with Proxmox. Now i want move the VPS on the OLD proxmox to the NEW proxmox, how can i do that?

I need a good tutorial! Thanks all for the support.
 
Hi,

i think the best and easiest way is use scp after you made a backup.

Step 1:
Make a backup of your VM/CT to local disk.
This can you do at the GUI.

Step 2:
copy the backup file to the new server.
scp /var/lib/vz/dump/vzdump-<name of the target VM/CT> root@<new Server IP>:/var/lib/vz/dump

Step 3:
restore your VM/CT at the GUI on the new server.
 
I maked that and with the FTP move the 400GiB of Files.

Thanks for the support!