2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 07:00:49 +00:00
restic/changelog/unreleased/pull-4163
2023-01-22 15:39:42 +01:00

13 lines
561 B
Plaintext

Bugfix: Repair `self-update --output new-file.exe` on Windows
Since restic 0.14.0 `self-update` did not work when a custom output filename
was specified via the `--output` option. This has been fixed.
As a workaround either use an older restic version to run the self-update or
create an empty file with the output filename before updating e.g. using CMD:
`type nul > new-file.exe`
`restic self-update --output new-file.exe`
https://github.com/restic/restic/pull/4163
https://forum.restic.net/t/self-update-windows-started-failing-after-release-of-0-15/5836