Re: [Qemu-devel] [PATCH] [V2] Copy snapshots out of QCOW2 disk

2010-10-13 Thread Kevin Wolf
Am 22.09.2010 04:58, schrieb disheng...@gmail.com: > From: edison > > In order to backup snapshots, created from QCOW2 iamge, we want to copy > snapshots out of QCOW2 disk to a seperate storage. > The following patch adds a new option in "qemu-img": qemu-img convert -f > qcow2 -O qcow2 -s snaps

[Qemu-devel] [PATCH] [V2] Copy snapshots out of QCOW2 disk

2010-09-21 Thread disheng . su
From: edison In order to backup snapshots, created from QCOW2 iamge, we want to copy snapshots out of QCOW2 disk to a seperate storage. The following patch adds a new option in "qemu-img": qemu-img convert -f qcow2 -O qcow2 -s snapshot_name src_img bck_img. Right now, it only supports to copy t