mirror of
https://github.com/restic/restic.git
synced 2025-12-04 00:01:48 +00:00
backup: rename data_added_in_repo statistic to data_added_packed
This commit is contained in:
@@ -45,7 +45,7 @@ type SnapshotSummary struct {
|
||||
DataBlobs int `json:"data_blobs"`
|
||||
TreeBlobs int `json:"tree_blobs"`
|
||||
DataAdded uint64 `json:"data_added"`
|
||||
DataAddedInRepo uint64 `json:"data_added_in_repo"`
|
||||
DataAddedPacked uint64 `json:"data_added_packed"`
|
||||
TotalFilesProcessed uint `json:"total_files_processed"`
|
||||
TotalBytesProcessed uint64 `json:"total_bytes_processed"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user