From 8fed8e0695b6d6683fa4cdc2c9656e5464a66950 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 30 Jan 2025 09:55:32 -0800 Subject: [PATCH] Add a passcommand hook to NEWS (#961). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 13785b52..e0013d24 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ 1.9.9.dev0 * #635: Log the repository path or label on every relevant log message, not just some logs. + * #961: Add a passcommand hook so borgmatic can collect the encryption passphrase once and pass it + to Borg multiple times. * #981: Fix a "spot" check file count delta error. * #982: Fix for borgmatic "exclude_patterns" and "exclude_from" recursing into excluded subdirectories.