
Backups are a requirement for any sensible IT deployment, and Proxmox VE provides a fully integrated solution, using the capabilities of each storage and each guest system type. This allows the system administrator to fine tune via the mode option between consistency of the backups and downtime of the guest system.
Proxmox VE backups are always full backups – containing the VM/CT configuration and all data. Backups can be started via the GUI or via the vzdump command line tool.
Step 1: MNT Part
Navigate to the backup part
/mnt/pve/NFS-BACKUPS# cd dumps
Step 2: Copy the backup tar file to the destination (Node)
root@proxmox:scp /mnt/pve/NFS-BACKUPS/dump/vzdump-openvz-100-2016_04_13-00_00_02.tar.lzo root@192.xxx.xxx.35:/mnt/pve/NFS-BACKUPS/dump/xtian.tar.lzo
vzdump-openvz-100-2016_04_13-00_00_02.tar.lzo
Step 3: Restoring Backup
http://pve.proxmox.com/wiki/Backup_-_Restore_-_Live_Migration
https://forum.proxmox.com/threads/how-can-i-move-proxmox-virtual-machines-from-a-server-to-another-without-cluster.2106/
root@proxmox:/mnt/pve/NFS-BACKUPS/dump# vzrestore xtian.tar.lzo 116
Note: You can FORCE it by using the command below,
root@proxmox:/mnt/pve/NFS-BACKUPS/dump# vzrestore xtian.tar.lzo 116 -f