src/api2/reader.rs: implement backup reader protocol

This commit is contained in:
Dietmar Maurer
2019-06-27 09:01:41 +02:00
parent 42a87f7b96
commit dd066d28e2
5 changed files with 406 additions and 3 deletions

View File

@ -107,6 +107,11 @@ macro_rules! PROXMOX_BACKUP_PROTOCOL_ID_V1 {
() => { "proxmox-backup-protocol-v1" }
}
#[macro_export]
macro_rules! PROXMOX_BACKUP_READER_PROTOCOL_ID_V1 {
() => { "proxmox-backup-reader-protocol-v1" }
}
mod file_formats;
pub use file_formats::*;