restic/changelog/unreleased/issue-5137

8 lines
337 B
Plaintext

Enhancement: Restic tag command returns the modified snapshot information
Restic `tag` command now returns the modified snapshot information in the
output. Added `--json` option to the command to get the output in JSON format
for scripting access.
https://github.com/restic/restic/issues/5137
https://github.com/restic/restic/pull/5144