Merge pull request #4590 from renard/optimize-mount-failure

mount: detect mountpoint does not exist before opening the repository
This commit is contained in:
Michael Eischer
2023-12-24 10:59:56 +00:00
committed by GitHub
2 changed files with 16 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: `mount` tests mountpoint existence before opening the repository
The restic `mount` command now checks for the existence of the
mountpoint before opening the repository, leading to quicker error
detection.
https://github.com/restic/restic/pull/4590