Vagrant sahara plugin - multiple snapshots
- by BazZy
How I can make more than one snapshot when in sahara sandbox mode?
Or, can I see list of all commits I've ever made and rollback to any?
Why do I need all this?
I just want to setup initial VM. After that I want to compile number of packages from sources, and this takes pretty long time. So right now I thinking of this order:
Setup initial ubuntu 12.04 vagrant box
Snapshot this state
Compile sources, install system wide rbenv (it make compilation also)
Snapshot second state
Start all my infrastructure experiments
Rollback to any of my previous states or commit third state