fhofherr / zsm

ZFS snapshot manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsm - ZFS Snapshot Manager

zsm intended as a lightweight and simple ZFS snapshot manager. For the moment it is exclusively geared towards OpenZFS on Linux1.

Development

ZFS in Vagrant

Since ZFS requires a kernel module to be loaded the tests cannot be executed in a Docker container on a host machine without ZFS support. Therefore this repository includes a Vagrantfile with OpenZFS installed.

Some providers don't support synced folders out of the box (e.b. the libvirt-provider). In this cases it is necessary to call

vagrant rsync-auto

after starting the box. This sync is only uni-directional from the host to the guest machine.

License

Copyright © 2020 Ferdinand Hofherr

Distributed under the MIT License.

About

ZFS snapshot manager

License:MIT License


Languages

Language:Go 98.2%Language:Shell 1.6%Language:Makefile 0.2%