From 88731d8c288fb2d2d880a6e1181fc2ce082122f1 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 28 Feb 2021 00:22:06 +0100 Subject: [PATCH] Add changelog --- changelog/unreleased/issue-3267 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/unreleased/issue-3267 diff --git a/changelog/unreleased/issue-3267 b/changelog/unreleased/issue-3267 new file mode 100644 index 000000000..88b7b7f63 --- /dev/null +++ b/changelog/unreleased/issue-3267 @@ -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