mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
360 B
Plaintext
9 lines
360 B
Plaintext
Enhancement: Add file mode in symbolic notation to `ls --json`
|
|
|
|
The `ls --json` command now provides the file mode in symbolic notation (using
|
|
the `permissions` key), aligned with `find --json`.
|
|
|
|
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
|