Output of restic version
0.16.4
Which functionality do you think we should add?
Please add the repository id to output shown by the commands mount and df, so it would look like
Filesystem Type Size Used Avail Use% Mounted on
server:/export nfs4 11T 8.9T 1.4T 87% /server
restic:228ffbed4 fuse 0.0K 0.0K 0.0K - /mnt
MichaelEischer pointed to the relevant source code:
|
systemFuse.FSName("restic"), |
What are you trying to do? What problem would this solve?
This makes it easier to see which repositories are mounted where.
restic cat config | jq .id will show the repository id
Output of
restic version0.16.4
Which functionality do you think we should add?
Please add the repository id to output shown by the commands mount and df, so it would look like
MichaelEischer pointed to the relevant source code:
restic/cmd/restic/cmd_mount.go
Line 142 in 2280fbf
What are you trying to do? What problem would this solve?
This makes it easier to see which repositories are mounted where.
restic cat config | jq .idwill show the repository id