For the "recreate" action, actually pass the "--dry-run" flag through to Borg instead of just skipping the Borg call (#1241).

This commit is contained in:
Dan Helfman
2026-01-18 18:39:29 -08:00
parent 4ff7dccab4
commit efd0f0d618
9 changed files with 54 additions and 47 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ follows:
unsafe_skip_path_validation_before_create: true
```
However, this is indeed unsafe, and could lead to hangs or data being left out
However, this is indeed unsafe and could lead to hangs or data being left out
of backups. Use this option at your own risk.