MacVM icon indicating copy to clipboard operation
MacVM copied to clipboard

Would versioning be possible in this approach?

Open leandrojo opened this issue 3 years ago • 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.

leandrojo avatar Dec 08 '21 23:12 leandrojo

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.

John-K avatar Jan 10 '22 04:01 John-K