restic/changelog/unreleased/pull-4590
2024-07-23 00:51:57 +02:00

6 lines
235 B
Text

Enhancement: Speed up `mount` command's error detection
The `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