1
0
mirror of https://github.com/restic/restic.git synced 2025-03-13 09:30:51 +00:00
2024-07-26 11:28:55 +02:00

7 lines
235 B
Plaintext

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