Merge pull request #3993 from MichaelEischer/backup-json-full-snapshot-id

backup: print full snapshot id in JSON summary
This commit is contained in:
Michael Eischer
2022-11-12 20:42:35 +01:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
Change: Include full snapshot ID in JSON output of the bacukp command
We have changed the JSON output of the backup command to include the full snapshot ID instead of just a shortened version.
The latter can be ambiguous in rare cases.
To derive the short ID, truncate the full ID down to 8 characters.
https://github.com/restic/restic/issues/2724
https://github.com/restic/restic/pull/3993