From 79cf3495eefa13a4a3910103cd937c110aa1396d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 14 May 2025 21:13:48 -0700 Subject: [PATCH] Fix for the "spot" check erroring when a checksum command errors (#1089). --- NEWS | 1 + borgmatic/actions/check.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 141f40ac..64018b46 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ 2.0.6.dev0 * #1068: Fix a warning from LVM about leaked file descriptors. * #1086: Fix for the "spot" check breaking when the "--progress" flag is used. + * #1089: Fix for the "spot" check erroring when a checksum command errors. * #1091: Fix for the "config generate" action generating invalid configuration when upgrading deprecated command hooks. * #1093: Fix for the LVM hook erroring when the "--dry-run" flag is used. diff --git a/borgmatic/actions/check.py b/borgmatic/actions/check.py index ce4f5aed..055eb672 100644 --- a/borgmatic/actions/check.py +++ b/borgmatic/actions/check.py @@ -460,7 +460,7 @@ def collect_spot_check_archive_paths( ) -SAMPLE_PATHS_SUBSET_COUNT = 10000 +SAMPLE_PATHS_SUBSET_COUNT = 5000 def compare_spot_check_hashes(