Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 501 Bytes

vmclone with Python

This package provides:

  1. a command vmclone clones virtual machines online.
  2. a module vmclone.transaction that manages hot cloning (or ultizes tempoary snapshots).

Requirements

  1. Python 3.5 (tested on Debian stretch)
  2. libvirt-python

Install / Uninstall

In the project root, run pip3 install . or pip3 uninstall vmclone

Usage

See vmclone --help or the source code. 🙈