mirror of
https://github.com/restic/restic.git
synced 2026-05-16 15:15:24 +00:00
8 lines
348 B
Plaintext
8 lines
348 B
Plaintext
Enhancement: Stricter early validation of the `mount` mountpoint
|
|
|
|
`restic mount` could accept invalid mountpoints that resulted in an error after
|
|
loading the repository. The mountpoint must now name a directory the current user can
|
|
access and write to. This is now checked before opening the repository.
|
|
|
|
https://github.com/restic/restic/pull/5718
|