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é 7c48b52aaf use bats-core for unit testing 3 weeks ago
src use bats-core for unit testing 3 weeks ago
test use bats-core for unit testing 3 weeks ago
.gitmodules use bats-core for unit testing 3 weeks ago
Makefile use bats-core for unit testing 3 weeks ago
README.md initial commit 4 weeks 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é