Snapshot a Project Environment
> As an Aegir user
>
> In order to get a minimal backup of my Project
>
> I need to Snapshot a Project Environment
Notes:
* We may want to do this immediately upon deploying a Project environment
* Snapshot would consist of:
* sql dump of the database
* currently checked out commit hash
* This enables in-place Rollback, should an update operation fail and need to be rolled back.
epic