M BUZZ CRAZE NEWS
// general

Taking a VmWare Player snapshot

By Gabriel Cooper

Just wondering, can you take a snapshot from a free VMWare Player Virtual Machine (VM)?

Or is it just for the commercial versions

1

2 Answers

No.

VMware Workstation Pro is much more advanced and comes with powerful features including snapshots (...)

From FAQ (source)

But, you could just pause the VM and copy the VM folder (source)

1

I created a Tool "VM Snapshot Manager" for exactly that purpose, which you can get from here:

It's a terminal based python program which uses 7zip to high-compress your current VMDK-File (or VDI-File since you also can use it with Virtual Box). It basically copies and compresses your vmdk-harddrive and can restore the compressed files so that you can jump back and forward to any backuped state you created in the past.

It's necessarry for the program to work that you store your VM in only one vmdk-File and don't split it up in several files.

Maybe this tool is helpfull - if so just spread the news, it's free :-)

Regards

BOfH85

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy