1
0
mirror of https://github.com/restic/restic.git synced 2024-07-01 08:30:53 +02:00
restic/changelog/unreleased/issue-1681
2020-11-15 17:09:30 +01:00

10 lines
385 B
Plaintext

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