mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
add changelog for program version
This commit is contained in:
parent
389f6ee74c
commit
e703e89e9b
@ -1,7 +1,8 @@
|
|||||||
Enhancement: Include client version in snapshot metadata
|
Enhancement: `backup` includes restic version in snapshot metadata
|
||||||
|
|
||||||
The client version number is now included in the `program_version` field of a snapshot.
|
The restic version used backup the snapshot is now included in its metadata.
|
||||||
It can be inspected by using either `restic cat snapshot snapshotID` or `restic snapshots --json`.
|
The program version is shown when inspecting a snapshot using `restic cat
|
||||||
|
snapshot <snapshotID>` or `restic snapshots --json`.
|
||||||
|
|
||||||
https://github.com/restic/restic/issues/4188
|
https://github.com/restic/restic/issues/4188
|
||||||
https://github.com/restic/restic/pull/4378
|
https://github.com/restic/restic/pull/4378
|
||||||
|
Loading…
Reference in New Issue
Block a user