mirror of
https://github.com/octoleo/restic.git
synced 2024-12-01 17:23:57 +00:00
8 lines
312 B
Plaintext
8 lines
312 B
Plaintext
|
Enhancement: Include inode numbers in JSON output for find and ls
|
||
|
|
||
|
Restic used to omit the inode numbers in the JSON messages emitted for nodes by
|
||
|
the `ls` command as well as for matches by the `find` command. It now includes
|
||
|
those values whenever they are available.
|
||
|
|
||
|
https://github.com/restic/restic/pull/4511
|