From 1e6fba6e99950da33ecc0369d7baf704871eb218 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 27 Jun 2025 19:41:14 -0700 Subject: [PATCH] Ignore Btrfs subvolumes whose read-only status can't be determined (#1048). --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 7427e342..78a1a5c4 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ * #1032: Fix a bug in which a Borg archive gets created even when a database hook fails. * #1043: Support Btrfs subvolume paths in "source_directories" even when the subvolume is mounted elsewhere. + * #1048: Ignore Btrfs subvolumes whose read-only status can't be determined. * #1083: Add "debug_passphrase"/"display_passphrase" options and a "{unixtime}" placeholder in support of Borg 2 features. * #1099: Clarify documentation on command hooks order of execution.