Oh, and from what I read about the myriad of snapshots in your setup, perhaps it isn't a good thing to rely so much on snapshots, snapshots are diffs (record just what's different from the original), subsequent snapshots are diffs of diffs, this doesn't look to me as a particularly robust system in terms of data integrity, because instead of adding redundancy (the way data integrity is normally improved, duplication/copying being the simplest form of redundancy) you're making the opposite, relying more and more on a single point, a corrupted snapshot will make all subsequent snapshots corrupted too, then when merged will corrupt the data on the virtual disk.
Last edited by a moderator: Sep 3, 2008