1
0
mirror of https://github.com/restic/restic.git synced 2025-03-13 15:20:55 +00:00
2023-07-31 20:22:50 +02:00

9 lines
276 B
Plaintext

Enhancement: Add `--retry-lock` option
This option allows specifying a duration for which restic will wait if the
repository is already locked.
https://github.com/restic/restic/issues/719
https://github.com/restic/restic/pull/2214
https://github.com/restic/restic/pull/4107