2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-24 15:48:25 +00:00

7 lines
235 B
Plaintext
Raw Normal View History

2024-07-23 00:19:22 +02:00
Enhancement: Speed up `mount` command's error detection
2024-07-23 00:19:22 +02:00
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