How to version large binary files?

Posted by Walter White on Super User See other posts from Super User or by Walter White
Published on 2011-03-15T15:24:30Z Indexed on 2011/03/15 16:12 UTC
Read the original article Hit count: 246

Filed under:
|
|

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?

© Super User or respective owner

Related posts about git

Related posts about version-control