2023-07-29 00:30:40 +00:00
|
|
|
Enhancement: Include restic version in snapshot metadata
|
2023-06-19 17:30:41 +00:00
|
|
|
|
2023-07-29 00:30:40 +00:00
|
|
|
The restic version used to backup a snapshot is now included in its metadata
|
|
|
|
and shown when inspecting a snapshot using `restic cat snapshot <snapshotID>`
|
|
|
|
or `restic snapshots --json`.
|
2023-06-19 17:30:41 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4188
|
|
|
|
https://github.com/restic/restic/pull/4378
|