From 7deab735fd79094907308f982fd2d23842029892 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 4 Jan 2026 20:48:13 -0800 Subject: [PATCH] Add a NEWS entry for the "unsafe_skip_path_validation_before_create" option (#1221). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index f40189c0..a5d32dbb 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ * #1212: Fix an error when restoring multiple directory-format database dumps at once. * #1220: Cleanup snapshots immediately after ZFS, LVM, or Btrfs hooks error—rather than waiting until the next time borgmatic runs. + * #1221: Add an "unsafe_skip_path_validation_before_create" option to skip pre-backup safety checks + so as to reduce backup times on large filesystems. * #1224: When running an "extract" check with the "--progress" flag, show file extraction progress. * When syslog verbosity is enabled, log to systemd's journal (if present) with structured data. See the documentation for more information: