2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-30 15:39:00 +00:00
restic/changelog/unreleased/pull-4511
Daniel Danner a858ab254b Include inode in JSON output for find and ls
This introduces the inode attribute to the JSON output emitted for nodes
in `ls` and matches in `find`. There doesn't seem to be any discernible
reason to omit the inode and it can be useful in scripting scenarios.
2023-10-11 21:10:01 +02:00

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