2023-10-23 17:01:45 +00:00
|
|
|
Enhancement: Include inode numbers in JSON output for `find` and `ls` commands
|
2023-10-11 18:35:43 +00:00
|
|
|
|
|
|
|
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
|