Can you track changes to a VirtualBox disk using a VCS like Git? If not what is a good way to use version control to track changes while configuring virtual servers.
**I understand that git doesn't track binary blobs very well.
I would like to mount the VirtualBox drive and track changes from the root. The only time I would have to worry about binary blobs would be the initial git commit and any git commit after I update a piece of software.