2021-02-13 23:57:54 +00:00
|
|
|
Bugfix: Make `mount` not create missing mount point directory
|
2020-10-11 13:02:00 +00:00
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
When specifying a non-existent directory as mount point for the `mount`
|
|
|
|
command, restic used to create the specified directory automatically.
|
|
|
|
|
|
|
|
This has now changed such that restic instead gives an error when the
|
|
|
|
specified directory for the mount point does not exist.
|
2020-10-11 13:02:00 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/1681
|
|
|
|
https://github.com/restic/restic/pull/3008
|