Zvirt takes snapshots of Libvirt domains using ZFS.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Nicolas Massé 8b7d14a72c toward second release 10 months ago
packaging toward second release 10 months ago
src prepare release 10 months ago
test prepare release 10 months ago
.gitignore toward second release 10 months ago
.gitmodules add unit tests 10 months ago
Makefile toward second release 10 months ago
README.md initial commit 11 months ago

README.md

Zvirt = Libvirt ZFS snapshots

Purpose

Zvirt takes snapshots of Libvirt domains using ZFS. It supports both crash-consistent and live snapshots.

At the end, all components of a domain (Domain definition, TPM, NVRAM, VirtioFS, ZFS snapshots of the underlying storage volumes) are captured as a set of consistent ZFS snapshots.

Features

  • Take snapshots of Libvirt domains using ZFS.
  • Support both crash-consistent and live snapshots.
  • Support batch mode (pause all domains, take snapshots, then resume all domains)

License

MIT License

Author

Nicolas Massé