Vagrant sahara plugin - multiple snapshots
Posted
by
BazZy
on Server Fault
See other posts from Server Fault
or by BazZy
Published on 2013-10-24T14:21:07Z
Indexed on
2013/10/25
15:56 UTC
Read the original article
Hit count: 162
vagrant
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
© Server Fault or respective owner