2022-08-23 23:21:01 +00:00
|
|
|
Bugfix: Support `self-update` on Windows
|
2021-08-23 17:21:09 +00:00
|
|
|
|
2022-08-23 23:21:01 +00:00
|
|
|
Restic `self-update` would fail in situations where the operating system
|
2021-08-23 17:21:09 +00:00
|
|
|
locks running binaries, including Windows. The new behavior works around
|
|
|
|
this by renaming the running file and swapping the updated file in place.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2248
|
2022-08-23 23:21:01 +00:00
|
|
|
https://github.com/restic/restic/pull/3675
|