At Thu, 23 Aug 2012 17:23:31 +0200 (CEST), Alexandre DERUMIER wrote: > > other question: > > I create a base vdi : image1 > create a snapshot: snap1 > create a snapshot: snap2 > > now I boot on snap1 > qemu sheepdog:image1:snap1 > > I write datas and make a mistake. > how can I rollback at snap1 point of time before the mistake ? If you run the following command, you can rollback the snapshot again. $ qemu sheepdog:image1:snap1 I think the 'collie vdi tree' command would help you. Thanks, Kazutaka |