Hello All,
I'm experiencing some problems with creating a backup of a OPenVZ container on Proxmox VE 1.9 (in order to restore it in VE 3.3)
I'm trying to make a backup from the command line with the following command:
This is the output I get
Even though it says successfull, the archive size is 0KB.
The actual size of the VM is ~850GB. Another VM that was on there with a size of about 200GB succeeded.
First I tried to back it up on a network share, when that didn't worked, I tried to the local disk (output is above). Both should have enough disk space to hold the backup
Does anyone has any idea what causes this or how it can be solved?
I'm experiencing some problems with creating a backup of a OPenVZ container on Proxmox VE 1.9 (in order to restore it in VE 3.3)
I'm trying to make a backup from the command line with the following command:
Code:
vzdump 300 --compress --dumpdir /backup/
This is the output I get
Code:
INFO: starting new backup job: vzdump 300 --compress --dumpdir /backup/
INFO: Starting Backup of VM 300 (openvz)
INFO: CTID 300 exist unmounted down
INFO: status = CTID 300 exist unmounted down
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: creating archive '/backup/vzdump-openvz-300-2014_12_31-10_40_52.tgz'
INFO: Total bytes written: 10240 (10KiB, 145MiB/s)
INFO: archive file size: 0KB
INFO: Finished Backup of VM 300 (01:21:28)
INFO: Backup job finished successfuly
Even though it says successfull, the archive size is 0KB.
The actual size of the VM is ~850GB. Another VM that was on there with a size of about 200GB succeeded.
First I tried to back it up on a network share, when that didn't worked, I tried to the local disk (output is above). Both should have enough disk space to hold the backup
Does anyone has any idea what causes this or how it can be solved?