Jul
3
If you are using snapshots, this isn't an easy feat. You need to reconstruct the snapshot tree, with only a bunch of UUIDs to go on. Fortunately, each (differential) VDI file stores the UUID of it's parent VDI. The following Python script parses a set of VDI files and tries to rebuild the tree:
http://github.com/miracle2k/linuxutils/blob/master/reconstruct-vdi-tree.py
It can [...]
