diff --git a/changelog/unreleased/issue-1681 b/changelog/unreleased/issue-1681 new file mode 100644 index 000000000..935280fc3 --- /dev/null +++ b/changelog/unreleased/issue-1681 @@ -0,0 +1,9 @@ +Bugfix: Make mount not create missing mount point + +When specifying a non-existent directory as mount point for the mount +command, restic used to create the directory automatically. This has now +changed such that restic instead gives an error when the directory for the +mount point doesn't exist. + +https://github.com/restic/restic/issues/1681 +https://github.com/restic/restic/pull/3008