Merge pull request #4107 from jooola/feature-wait-for-unlock

Add a global option --retry-lock
This commit is contained in:
Michael Eischer
2023-04-11 22:21:01 +02:00
committed by GitHub
27 changed files with 188 additions and 51 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Add --retry-lock option
This option allows to specify a duration for which restic will wait if there
already exists a conflicting lock within the repository.
https://github.com/restic/restic/issues/719
https://github.com/restic/restic/pull/2214
https://github.com/restic/restic/pull/4107