create backup mod in backup.rs, improve docu

This commit is contained in:
Dietmar Maurer
2018-12-31 16:08:04 +01:00
parent cb4412b18e
commit cbdd8c54ae
3 changed files with 24 additions and 13 deletions

6
src/backup.rs Normal file
View File

@ -0,0 +1,6 @@
//! This mudule implements the proxmox backup chunked data storage
pub mod chunker;
pub mod chunk_store;
pub mod image_index;
pub mod datastore;