mirror of
https://github.com/restic/restic.git
synced 2025-10-09 12:12:39 +00:00
Merge pull request #5096 from MichaelEischer/prune-allow-dry-run
prune: allow dry-run without taking a lock
This commit is contained in:
7
changelog/unreleased/pull-5096
Normal file
7
changelog/unreleased/pull-5096
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
Reference in New Issue
Block a user