Skip to content

Commit

Permalink
Merge pull request #4621 from MichaelEischer/fix-windows-dedup-files
Browse files Browse the repository at this point in the history
Fix backup of deduplicated files on windows
  • Loading branch information
MichaelEischer committed Jan 7, 2024
2 parents 0360e54 + 6ef23b4 commit 76f507c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog/unreleased/issue-4574
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 76f507c

Please sign in to comment.