diff options
| author | Benjamin Linskey | 2025-11-13 23:07:46 -0500 |
|---|---|---|
| committer | Benjamin Linskey | 2025-11-13 23:08:42 -0500 |
| commit | 3c8a2884289ac344aad33d97596c9cbe225176c8 (patch) | |
| tree | 53b869571f52ee744b506d24280c902270e66f00 | |
| parent | 283fda23ac3aa2329d698d560e1466cd98b58cb3 (diff) | |
| download | zfs-snapshots-3c8a2884289ac344aad33d97596c9cbe225176c8.tar.gz | |
Update readme
| -rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,8 +1,6 @@ # ZFS snapshot management script This is a simple script for creating, pruning, and listing ZFS snapshots. See -`example.crontab` for a demonstration of how this can be used to configure -rolling snapshots with a simple retention policy. - -This script is lightly tested, and more robust alternatives are available. -Use at your own risk. +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. |