src/bin/proxmox-backup-client.rs: verify blob/catlog checksums

This commit is contained in:
Dietmar Maurer
2019-09-04 08:47:14 +02:00
parent 70b03a07c8
commit d2267b112d
2 changed files with 41 additions and 3 deletions

View File

@ -104,6 +104,7 @@
//! Not sure if this is better. TODO
pub const INDEX_BLOB_NAME: &str = "index.json.blob";
pub const CATALOG_BLOB_NAME: &str = "catalog.blob";
#[macro_export]
macro_rules! PROXMOX_BACKUP_PROTOCOL_ID_V1 {