forked from TrueCloudLab/restic
Add changelog
This commit is contained in:
parent
427781928f
commit
88731d8c28
1 changed files with 11 additions and 0 deletions
11
changelog/unreleased/issue-3267
Normal file
11
changelog/unreleased/issue-3267
Normal file
|
@ -0,0 +1,11 @@
|
|||
Bugfix: `copy` failed to copy snapshots in rare cases
|
||||
|
||||
The `copy` command could in rare cases fail with the error message `SaveTree(...)
|
||||
returned unexpected id ...`. This has been fixed.
|
||||
|
||||
On Linux/BSDs, the error could be caused by backing up symlinks with non-UTF-8
|
||||
target paths. Note that, due to limitations in the repository format, these are
|
||||
not stored properly and should be avoided if possible.
|
||||
|
||||
https://github.com/restic/restic/issues/3267
|
||||
https://github.com/restic/restic/pull/3310
|
Loading…
Reference in a new issue