2021-09-15 19:56:45 +00:00
|
|
|
Bugfix: Improve error handling of repository locking
|
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
Previously, when the lock refresh failed to delete the old lock file, it forgot
|
|
|
|
about the newly created one. Instead it continued trying to delete the old
|
|
|
|
(usually no longer existing) lock file and thus over time lots of lock files
|
|
|
|
accumulated. This has now been fixed.
|
2021-09-15 19:56:45 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2452
|
|
|
|
https://github.com/restic/restic/issues/2473
|
|
|
|
https://github.com/restic/restic/issues/2562
|
|
|
|
https://github.com/restic/restic/pull/3512
|