proxmox-backup/src/backup.rs
2018-12-31 17:30:08 +01:00

8 lines
169 B
Rust

//! This mudule implements the proxmox backup chunked data storage
pub mod chunker;
pub mod chunk_store;
pub mod image_index;
pub mod archive_index;
pub mod datastore;