Skip to content

jllopis/zsnapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ZFS Snapshotting Service

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.4%
  • Shell 6.6%