aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2025-11-13 23:07:46 -0500
committerBenjamin Linskey2025-11-13 23:08:42 -0500
commit3c8a2884289ac344aad33d97596c9cbe225176c8 (patch)
tree53b869571f52ee744b506d24280c902270e66f00
parent283fda23ac3aa2329d698d560e1466cd98b58cb3 (diff)
downloadzfs-snapshots-3c8a2884289ac344aad33d97596c9cbe225176c8.tar.gz

Update readme

-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3e803e8..9160052 100644
--- a/README.md
+++ b/README.md
@@ -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.