From eab0ec15efc128fe7c0488356f5ec1a3f96d7a27 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 23 Nov 2024 11:46:39 -0800 Subject: [PATCH] Expand ZFS NEWS entry (#261). --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f0202992..b4cb3adb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ 1.9.3.dev0 - * #261 (beta): Add a ZFS hook for snapshotting ZFS datasets and backing them up. + * #261 (beta): Add a ZFS hook for snapshotting and backing up ZFS datasets. See the documentation + for more information: https://torsion.org/borgmatic/docs/how-to/snapshot-your-filesystems/ * Add a "--deleted" flag to the "repo-list" action for listing deleted archives that haven't yet been compacted (Borg 2 only).