blob: 9160052f8ffed321e827b5f5e06b4912c8e55bb2 (
plain) (
blame)
1
2
3
4
5
6
|
# ZFS snapshot management script
This is a simple script for creating, pruning, and listing ZFS snapshots. See
the comments at the beginning of `snapshots.sh` for usage instructions and
`example.crontab` for a demonstration of how this script can be used to
configure rolling snapshots with a simple retention policy.
|