2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 15:18:31 +00:00

10 lines
402 B
Plaintext
Raw Normal View History

2023-01-08 15:34:30 +01:00
Change: Include full snapshot ID in JSON output of `backup`
2023-01-08 15:34:30 +01:00
We have changed the JSON output of the backup command to include the full
snapshot ID instead of just a shortened version, as the latter can be ambiguous
in some rare cases. To derive the short ID, please truncate the full ID down to
eight characters.
https://github.com/restic/restic/issues/2724
https://github.com/restic/restic/pull/3993