Fix the Btrfs hook to support subvolumes with names like "@home", different from their mount points (#983).

This commit is contained in:
Dan Helfman
2025-01-29 09:46:39 -08:00
parent b02ff8b6e5
commit 62003c58ea
3 changed files with 39 additions and 122 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
1.9.9.dev0
* #981: Fix "spot" check file count delta error.
* #981: Fix a "spot" check file count delta error.
* #982: Fix for borgmatic "exclude_patterns" and "exclude_from" recursing into excluded
subdirectories.
* #983: Fix the Btrfs hook to support subvolumes with names like "@home", different from their
mount points.
1.9.8
* #979: Fix root patterns so they don't have an invalid "sh:" prefix before getting passed to Borg.