mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
8 lines
274 B
Text
8 lines
274 B
Text
|
Enhancement: Allow prune dry-run without lock
|
||
|
|
||
|
The `prune --dry-run --no-lock` now allows performing a dry-run without
|
||
|
taking a lock. If the repository is modified concurrently, `prune` may
|
||
|
return inaccurate statistics or errors.
|
||
|
|
||
|
https://github.com/restic/restic/pull/5096
|