restic/changelog/unreleased/issue-4188

9 lines
363 B
Plaintext
Raw Normal View History

2023-07-07 23:36:57 +02:00
Enhancement: `backup` includes restic version in snapshot metadata
2023-06-19 19:30:41 +02:00
2023-07-27 21:52:04 +02:00
The restic version used to backup a snapshot is now included in its metadata.
2023-07-07 23:36:57 +02:00
The program version is shown when inspecting a snapshot using `restic cat
snapshot <snapshotID>` or `restic snapshots --json`.
2023-06-19 19:30:41 +02:00
https://github.com/restic/restic/issues/4188
https://github.com/restic/restic/pull/4378