0

I run Windows XP inside a virtual machine for some tasks. I attempted to use git to version the image for virtual box; however, it is about 6GB after all the service packs. I only have 6GB of ram and git bombs out saying it is out of memory.

I would basically like to have snapshots of Windows so that I can simply blow away an image and start anew when I want to. I like to have something I can rollback to in the event that an upgrade doesn't work so I would prefer to use version control or snapshots if the filesystem supports it.

Any ideas on what tools I can use to do that?

Olli
  • 7,739
Walter
  • 1,039

1 Answers1

5

Your best guess is to use virtualization software features. For example Virtualbox supports snapshotting. That's pretty effective way for achieving what you described.

VMWare Workstation supports exactly the same functionality.

Olli
  • 7,739