Merge pull request #4621 from MichaelEischer/fix-windows-dedup-files

Fix backup of deduplicated files on windows
This commit is contained in:
Michael Eischer 2024-01-07 10:44:50 +01:00 committed by GitHub
commit 76f507c775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
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