mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 17:24:10 +00:00
df07814ec2
In order to evaluate the keep reasons for snapshots, there should be also the id's to compare it with snapshots within the keep object. (See also Issue #3117) In order to avoid output parameters also changed function addJSONSnapshots to asJSONSnapshots
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
Enhancement: include snapshot id in reason field of forget JSON output
|
|
|
|
The JSON output of the `forget` command now includes the `id` and `short_id` of a snapshot in the `reason` field.
|
|
|
|
https://github.com/restic/restic/pull/4737
|