add program version to snapshot

This commit is contained in:
Michael Eischer
2023-06-19 19:30:41 +02:00
parent a280b7364e
commit bbac74b172
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Include client version in snapshot metadata
The client version number is now included in the `program_version` field of a snapshot.
It can be inspected by using either `restic cat snapshot snapshotID` or `restic snapshots --json`.
https://github.com/restic/restic/issues/4188
https://github.com/restic/restic/pull/4378