From da4193c3efaf194ca93fe85f5b5bf60774bd1624 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Sat, 28 Mar 2020 13:57:31 +0100 Subject: [PATCH] Add changelog --- changelog/unreleased/issue-2254 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/issue-2254 diff --git a/changelog/unreleased/issue-2254 b/changelog/unreleased/issue-2254 new file mode 100644 index 000000000..ca884bbbc --- /dev/null +++ b/changelog/unreleased/issue-2254 @@ -0,0 +1,9 @@ +Bugfix: Fix tar issues when dumping `/` + +We've fixed an issue with dumping either `/` or files on the first sublevel +e.g. `/foo` to tar. This also fixes tar dumping issues on Windows where this +issue could also happen. + +https://github.com/restic/restic/issues/2254 +https://github.com/restic/restic/issues/2357 +https://github.com/restic/restic/pull/2255