src/client/http_client.rs: compute file checksums

This commit is contained in:
Dietmar Maurer
2019-08-06 11:26:06 +02:00
parent a17a0e7a9f
commit c807d231eb
2 changed files with 7 additions and 3 deletions

View File

@ -658,6 +658,7 @@ fn create_backup(
acc.push(json!({
"filename": filename,
"size": stats.size,
"csum": proxmox::tools::digest_to_hex(&stats.csum),
}));
acc
});