proxmox-backup/src/backup.rs

7 lines
146 B
Rust
Raw Normal View History

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