Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calmh/zsnapper
ZFS Snapshotting Service
https://github.com/calmh/zsnapper
Last synced: about 2 months ago
JSON representation
ZFS Snapshotting Service
- Host: GitHub
- URL: https://github.com/calmh/zsnapper
- Owner: calmh
- Created: 2015-09-28T11:51:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T12:16:22.000Z (over 4 years ago)
- Last Synced: 2024-10-07T03:17:32.919Z (2 months ago)
- Language: Go
- Size: 124 KB
- Stars: 30
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
zsnapper
========Zsnapper automatically creates ZFS snapshots on a specified schedule, while
also removing old snapshots as required.Builds
------https://github.com/calmh/zsnapper/releases
Installation
------------- Untar the distribution.
- Copy and modify `etc/zsnapper.yml.sample`.
- Run `zsnapper -c path-to-config-file -v` and observe output.For Solaris installations, a sample SMF manifest is in etc/site-zsnapper.xml. It
assumes an installation under /opt/local/zsnapper but is easily modified for
other locations.Documentation
-------------https://github.com/calmh/zsnapper/blob/master/doc/zsnapper.rst
Building
--------- Install Go
- `go get github.com/constabulary/gb/...`
- `gb build`The bundled script `build.sh` creates distribution packages, assuming the above
requirements are met.License
-------MIT