2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-19 09:12:22 +00:00
restic/changelog/unreleased/issue-4574

12 lines
438 B
Plaintext
Raw Normal View History

2024-01-06 18:32:38 +00:00
Bugfix: support backup of deduplicated files on Windows again
With the official release builds of restic 0.16.1 and 0.16.2, it was not
possible to back up files that were deduplicated by the corresponding Windows
Server feature. This also applies to restic versions built using Go
1.21.0 - 1.21.4.
We have updated the used Go version to fix this.
https://github.com/restic/restic/issues/4574
https://github.com/restic/restic/pull/4621