mirror of
https://github.com/restic/restic.git
synced 2025-08-20 15:57:34 +00:00
backup: print full snapshot id in JSON summary
This commit is contained in:
@@ -191,7 +191,7 @@ func (b *JSONProgress) Finish(snapshotID restic.ID, start time.Time, summary *Su
|
||||
TotalFilesProcessed: summary.Files.New + summary.Files.Changed + summary.Files.Unchanged,
|
||||
TotalBytesProcessed: summary.ProcessedBytes,
|
||||
TotalDuration: time.Since(start).Seconds(),
|
||||
SnapshotID: snapshotID.Str(),
|
||||
SnapshotID: snapshotID.String(),
|
||||
DryRun: dryRun,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user