I need help to restore a backup on proxmox

jmperrote

Renowned Member
May 29, 2013
8
0
66
We are maked a backup on server with proxmox 2.3.12 and we need to restore on other server with proxmox 2.1.14, this is posible ?

regards
 
Hello udo, thanks for your response, yes we are actually updating the server version 2.14 up to date, with the procedure on http://pve.proxmox.com/wiki/Downloads#Update_a_running_Proxmox_Virtual_Environment_2.x_to_latest_2.2.

But we found another problem, before update the server we want to backup the VM's inside, but one VM contain a big disk of 900 GB, so we want to exclude this file from the backup, using command line it is imposible.
We try this --> vzdump --mode stop --exclude-path "/RAID1/images/100/.+" 100, and this /etc/vzdump.conf exclude-path: /RAID1/images/100/, and always the vzdump try to backup the file.
We dont have space to backup this file on the server.

May be you can help us.

regards.

Juan Manuel.
 
How you can see in the last line vzdump try backup the file thats I try to exclude,

root@proxmox2:/var/lib/vz/dump# vzdump --mode stop --exclude-path "/RAID1/images/100/.+" 100
INFO: starting new backup job: vzdump 100 --exclude-path /RAID1/images/100/.+ --mode stop
INFO: Starting Backup of VM 100 (qemu)
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: creating archive '/var/lib/vz/dump/vzdump-qemu-100-2014_05_07-07_29_07.tar'
INFO: adding '/var/lib/vz/dump/vzdump-qemu-100-2014_05_07-07_29_07.tmp/qemu-server.conf' to archive ('qemu-server.conf')
INFO: adding '/var/lib/vz/images/100/vm-100-disk-1.qcow2' to archive ('vm-disk-virtio0.qcow2')
INFO: adding '/RAID1/images/100/vm-100-disk-1.qcow2' to archive ('vm-disk-virtio2.qcow2')


regards
 
How you can see in the last line vzdump try backup the file thats I try to exclude,

root@proxmox2:/var/lib/vz/dump# vzdump --mode stop --exclude-path "/RAID1/images/100/.+" 100
INFO: starting new backup job: vzdump 100 --exclude-path /RAID1/images/100/.+ --mode stop
INFO: Starting Backup of VM 100 (qemu)
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: creating archive '/var/lib/vz/dump/vzdump-qemu-100-2014_05_07-07_29_07.tar'
INFO: adding '/var/lib/vz/dump/vzdump-qemu-100-2014_05_07-07_29_07.tmp/qemu-server.conf' to archive ('qemu-server.conf')
INFO: adding '/var/lib/vz/images/100/vm-100-disk-1.qcow2' to archive ('vm-disk-virtio0.qcow2')
INFO: adding '/RAID1/images/100/vm-100-disk-1.qcow2' to archive ('vm-disk-virtio2.qcow2')


regards
Hi,
why you don't enable the No backup-flag in the gui for this drive? (VM -> Hardware -> disk -> Edit -> mark "No backup").

Udo
 
Hi,
why you don't enable the No backup-flag in the gui for this drive? (VM -> Hardware -> disk -> Edit -> mark "No backup").

Udo

Udo Thanks a lot for your answer, but when arrive your answer actually I has ben starterd the upgrade of proxmox whitout backup the VM, finally the upgrade work fine.

equally I will use this option "No backup" for a real backup of the vm, excluding the disk.

Regards.
Juan Manuel.