mirror of
https://github.com/restic/restic.git
synced 2026-08-03 20:52:16 +00:00
15 lines
525 B
Plaintext
15 lines
525 B
Plaintext
Enhancement: Include repository id in the filesystem name used by `mount`
|
|
|
|
The filesystem exposed by the `mount` command now includes the repository id in
|
|
its name. The id is printed when opening a repository or can be read with
|
|
`restic cat config`.
|
|
|
|
```
|
|
[restic-user@hostname restic]$ df ./test-mount/
|
|
Filesystem 1K-blocks Used Available Use% Mounted on
|
|
restic:d3b07384d1 0 0 0 - /mnt/my-restic-repo
|
|
```
|
|
|
|
https://github.com/restic/restic/issues/4868
|
|
https://github.com/restic/restic/pull/5243
|