From 162117c42c342a3b9e9f86afa8520fa8b16111ed Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 21 Nov 2020 22:18:40 +0100 Subject: [PATCH] Add changelog --- changelog/unreleased/issue-909 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog/unreleased/issue-909 diff --git a/changelog/unreleased/issue-909 b/changelog/unreleased/issue-909 new file mode 100644 index 000000000..1480ed675 --- /dev/null +++ b/changelog/unreleased/issue-909 @@ -0,0 +1,12 @@ +Enhancement: Keep mountpoints as empty directories + +When the `--one-file-system` option is specified to `restic backup`, it +ignores all file systems mounted below one of the target directories. This +means that when a snapshot is restored, users needed to manually recreate the +mountpoint directories. + +Restic now keeps mountpoints as empty directories and therefore implements +the same approach as `tar`. + +https://github.com/restic/restic/issues/909 +https://github.com/restic/restic/pull/3119