Libvirt-functions: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:
==envc==
==envc==


envc start [vmid]
Environment Control.
envc stop [vmid]
envc status [vmid]
envc snapshot <snapshot_tag> [vmid]
envc list-snapshots [vmid]
envc restore <snapshot_tag> [vmid]


==libvirt-functions==
==libvirt-functions==

Revision as of 03:07, 5 July 2017

Internal

Overview

A project that offers common bash functions associated with managing virtual machines with libvirt.

GitHub

https://github.com/NovaOrdis/libvirt-functions

Usage

envc

Environment Control.

libvirt-functions

Copy libvirt-functions in the bin directory and refer it as following:

 [ -f $(dirname $0)/libvirt-functions ] && .  $(dirname $0)/libvirt-functions || { echo "$(dirname $0)/libvirt-functions not found" 1>&2; exit 1; }