Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhofherr/zsm
ZFS snapshot manager
https://github.com/fhofherr/zsm
zfs zfs-autosnapshot-rotation zfs-backup zfs-snapshot-manager zfs-snapshots zfsonlinux
Last synced: about 2 months ago
JSON representation
ZFS snapshot manager
- Host: GitHub
- URL: https://github.com/fhofherr/zsm
- Owner: fhofherr
- License: mit
- Created: 2020-03-27T18:29:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T09:23:55.000Z (over 4 years ago)
- Last Synced: 2024-06-20T03:56:53.825Z (7 months ago)
- Topics: zfs, zfs-autosnapshot-rotation, zfs-backup, zfs-snapshot-manager, zfs-snapshots, zfsonlinux
- Language: Go
- Size: 115 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# zsm - ZFS Snapshot Manager
`zsm` intended as a lightweight and simple ZFS snapshot manager. For the
moment it is exclusively geared towards OpenZFS on Linux[1].## 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 callvagrant 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.
[1]: https://zfsonlinux.org/