2023-01-08 14:34:30 +00:00
|
|
|
Change: Include full snapshot ID in JSON output of `backup`
|
2022-10-31 17:59:49 +00:00
|
|
|
|
2023-01-08 14:34:30 +00: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.
|
2022-10-31 17:59:49 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2724
|
|
|
|
https://github.com/restic/restic/pull/3993
|