mirror of
https://github.com/restic/restic.git
synced 2025-07-30 03:13:37 +00:00
9 lines
322 B
Plaintext
9 lines
322 B
Plaintext
Enhancement: Make `tag` command print which snapshots were modified
|
|
|
|
The `tag` command now outputs which snapshots were modified along with their
|
|
new snapshot ID. The command supports the `--json` option for machine-readable
|
|
output.
|
|
|
|
https://github.com/restic/restic/issues/5137
|
|
https://github.com/restic/restic/pull/5144
|