From 3655e8784ae99a1ead6e451af3344f502e68733f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 20 Feb 2025 13:25:09 -0800 Subject: [PATCH] Add NEWS items for filesystem hook fixes/changes (#1001). --- NEWS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b8370afa..893e8047 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,15 @@ 1.9.11.dev0 - * #996: Fix the "create" action to omit the repository label prefix from Borg's output when - databases are enabled. * #795: Add credential loading from file, KeePassXC, and Docker/Podman secrets. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/ + * #996: Fix the "create" action to omit the repository label prefix from Borg's output when + databases are enabled. + * #1001: For the ZFS, Btrfs, and LVM hooks, only make snapshots for patterns that come from + a borgmatic configuration option (e.g. "source_directories")—not from other hooks within + borgmatic. + * #1001: Fix a ZFS/LVM error due to colliding snapshot mount points for nested datasets or logical + volumes. + * #1001: Don't try to snapshot ZFS datasets that have the "canmount=off" property. * Fix another error in the Btrfs hook when a subvolume mounted at "/" is configured in borgmatic's source directories.