about snapshot & clone

ok
tks for your reply

just to make clear - not for the next upcoming version (2.x).

things are moving fast here and as its basically possible I assume we can do something here later.
 
thanks for your reply
now i can use vzdump to clone
but i think snapshot is very important when test some program
 
I agree with you. And I made same request.
For snapshot you can use this modification in config file:
Code:
ide0: vm-101-disk.qcow2
change to :
ide0: vm-101-disk.qcow2,snapshot=on
here example of full config file:
Original File:
Code:
name: WL5
ide2: none,media=cdrom
smp: 1
vlan0: e1000=86:37:EE:A0:52:D1
bootdisk: ide0
ide0: vm-101-disk.qcow2
ostype: wxp
memory: 1024
boot: cd
freeze: 0
cpuunits: 1000
acpi: 1
kvm: 1
onboot: 0
New with snapshot:
Code:
name: WL5
ide2: none,media=cdrom
smp: 1
vlan0: e1000=86:37:EE:A0:52:D1
bootdisk: ide0
ide0: vm-101-disk.qcow2,snapshot=on
ostype: wxp
memory: 1024
boot: cd
freeze: 0
cpuunits: 1000
acpi: 1
kvm: 1
onboot: 0