2024-11-03 21:53:09 +00:00
|
|
|
Enhancement: Allow `prune --dry-run` without lock
|
2024-10-17 18:52:14 +00:00
|
|
|
|
2024-11-03 21:53:09 +00:00
|
|
|
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.
|
2024-10-17 18:52:14 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/5096
|