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