Hi all !
I have configured a server with Proxmox PVE 1.9
On this server there is 2 VM under Windows 2008 with same configuration :
- 3 HDD (100 + 300 + 300 Go)
I would like to restore an backup of the first VM (backup created just after install and windows updates done) on a new VM with the command :
Where "500" is the number of the new VM
Here is the error message of the console :
I read the list of operations done during the restore and i can read :
and after :
and just after :
I think the problem is the program restore a backup disk of 100 Gb in a disk of 32 Gb => is-it true ?
Can you help me to resolve this problem.
note : i really need a partition bigger than 32 Gb for the Windows VM.
Regards,
Pascal
I have configured a server with Proxmox PVE 1.9
On this server there is 2 VM under Windows 2008 with same configuration :
- 3 HDD (100 + 300 + 300 Go)
I would like to restore an backup of the first VM (backup created just after install and windows updates done) on a new VM with the command :
Code:
qmrestore mybackup.tgz 500
Where "500" is the number of the new VM
Here is the error message of the console :
Code:
ERROR: restore QemuServer backup 'mybackup.tgz' failed - command 'tar xf 'mybackup.tgz' '--to-command=/usr/sbin/qmrestore mybackup.tgz --extract 500'' failed with exit code 2
I read the list of operations done during the restore and i can read :
Code:
INFO: Formatting '/var/lib/vz/images/vm-500-disk1.raw', fmt=raw size=32768
and after :
Code:
INFO: restore data to '/var/lib/vz/images/500/vm-500-disk-1.raw' (107374182400 bytes)
and just after :
Code:
INFO: gzip: stdin: unexpected end of file
INFO: tar: Unexpected EOF in archive
INFO: tar: Error is not recoverable: exiting now
I think the problem is the program restore a backup disk of 100 Gb in a disk of 32 Gb => is-it true ?
Can you help me to resolve this problem.
note : i really need a partition bigger than 32 Gb for the Windows VM.
Regards,
Pascal