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é 3fd2efc39f release mechanism 10 months ago
packaging fix RPM version 10 months ago
src implement the prune action 10 months ago
test implement the prune action 10 months ago
.gitignore toward second release 10 months ago
.gitmodules add unit tests 10 months ago
Makefile release mechanism 10 months ago
README.md implement the prune action 10 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, disks (either files on a ZFS dataset or raw zvols) - 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é