2021-11-13 12:37:03 +00:00
|
|
|
Enhancement: Add file mode in symbolic notation to `ls --json`
|
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
The `ls --json` command now provides the file mode in symbolic notation (using
|
|
|
|
the `permissions` key), aligned with `find --json`.
|
2021-11-13 12:37:03 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3542
|
|
|
|
https://github.com/restic/restic/pull/3573
|
|
|
|
https://forum.restic.net/t/restic-ls-understanding-file-mode-with-json/4371
|