https://github.com/linbit/gozfsreplay
Go library for parsing zfs replay structs
https://github.com/linbit/gozfsreplay
Last synced: 11 months ago
JSON representation
Go library for parsing zfs replay structs
- Host: GitHub
- URL: https://github.com/linbit/gozfsreplay
- Owner: LINBIT
- Created: 2020-01-14T12:52:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T12:56:57.000Z (over 6 years ago)
- Last Synced: 2025-02-24T16:28:03.613Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gozfsreplay
This is a simple library for parsing zfs replay streams.
This was a quick prototype focused on zvols. As in the end we did not use this prototype, consider this library
unmaintained. But it might be useful as a starting point for somebody working on zfs streams in go.
It does not contain all types. This was a minimal working example able to parse a zfs stream generated from a
zvol between two snapshots.