vote up -1 vote down star

I have a large network of VMWare systems (some of which are test environments for our code) and I need to keep master copies of each machine so I can easily restore it later, is there a good compression method that I can use on VMWare images (hard disks), I don't have enough hard disk space to store them uncompressed.

To define good in this context:

  • Highest possible compression ratio.
  • When I decompress it I need to get the same data I put in.
flag

This question is not programming related. – Cody Brocious Mar 19 at 23:57
It is these are testing systems for an application – Unkwntech Mar 20 at 0:09
Disk space is cheap, just get more disks, internal or USB. – Bratch Mar 20 at 0:18
@Bratch if that were an option I wouldn't be asking this question. – Unkwntech Mar 20 at 0:25
Voting to reopen, because I had a similar need some time ago to keep my test-env VMs compressed and I needed something fast (for decompression at least) with good compression. We still start every test cycle with a uncompress operation (it's all automatic so it's push the button and go). – paxdiablo Mar 20 at 0:46
show 1 more comment

closed as not programming related by Cody Brocious, EBGreen, Ólafur Waage, Harley, Norman Ramsey Mar 20 at 0:17

3 Answers

vote up 4 vote down check

Try WinRAR or 7zip.

You can also specify VMWare to grow HDD as necessary, so that those virtual hdd's don't eat all your diskspace.

link|flag
7zip does a great job with VMs, much much better than ZIP. – Joe Mar 20 at 0:08
Yeah, I don't think I've ever done a compression job with 7zip that produced a worse result than WinZip, and it's free. Upvoting. – paxdiablo Mar 20 at 0:43
vote up 1 vote down

The first thing you should be doing is using the Shrink Disk Option in VMware itself, if you haven't done so already.

This is available in VMware Workstation and VMware Server, and ESX from version 3.0.2.

link|flag
vote up -1 vote down

I don't think the VMDK file format is that conducive for compression.

What I do - is make them as small as possible - like 8 GB (remember this your gold image not your dev environemnt) - then when you need them, clone the disk to a new VM and use a product like Acronis Disk Director Enterprise to extend the partion - you can keep an bootable ISO of it on your ESX server so its always around and then expand the disk to 20 or 30 or 50 GB - whatever you need.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.