change catalog format, use dynamic index to store catalog.

In order to remove size restriction of a single blob.
This commit is contained in:
Dietmar Maurer
2019-11-08 10:35:48 +01:00
parent e016f9ff2f
commit bf6e321744
4 changed files with 313 additions and 170 deletions

View File

@ -103,7 +103,8 @@
//!
//! Not sure if this is better. TODO
pub const CATALOG_BLOB_NAME: &str = "catalog.blob";
// Note: .pcat1 => Proxmox Catalog Format version 1
pub const CATALOG_NAME: &str = "catalog.pcat1.didx";
#[macro_export]
macro_rules! PROXMOX_BACKUP_PROTOCOL_ID_V1 {