Hi every one
I have a VM and use 2 VM disk img (qcow2)
and storage is directory mode
I only want online backup vm-100-disk-0.qcow2
I use
and VM boot from backup.qcow2 will got filesystem error
does there have another why can use ?
I have a VM and use 2 VM disk img (qcow2)
and storage is directory mode
I only want online backup vm-100-disk-0.qcow2
I use
Code:
qemu-img convert -f qcow2 -O qcow2 vm-100-disk-0.qcow2 backup.qcow2
does there have another why can use ?
Last edited: