2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 23:20:49 +00:00
restic/changelog/unreleased/issue-4188
2023-07-07 23:27:10 +02:00

8 lines
334 B
Plaintext

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