KhaosT/MacVM

Would versioning be possible in this approach?

leandrojo opened this issue · 1 comments

I need to keep a scenario set up to test apps in controlled environments, would it be possible to think about version control?

I failed with Git LFS used.

It would be fairly easy if there was support in the Virtualization framework for qcow2 image files, but for now it only supports raw disks.

The best option for you at the moment might be to use zstd to compress your base image and then uncompress that as a part of your test process. zstd has a great compression rate, but a very fast decompression rate.