restic/changelog/0.17.3_2024-11-08/pull-5096
2024-11-08 20:36:25 +01:00

8 lines
297 B
Text

Enhancement: Allow `prune --dry-run` without lock
The `prune --dry-run --no-lock` now allows performing a dry-run
without locking the repository. Note that if the repository is
modified concurrently, `prune` may return inaccurate statistics
or errors.
https://github.com/restic/restic/pull/5096