src/backup/catalog_shell.rs: impl shell to inspect and restore a snapshot via the catalog

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner
2019-11-21 12:47:51 +01:00
committed by Dietmar Maurer
parent 38446a9551
commit f14c96ea38
2 changed files with 579 additions and 0 deletions

View File

@ -181,3 +181,9 @@ pub use backup_info::*;
mod datastore;
pub use datastore::*;
mod readline;
pub use readline::*;
mod catalog_shell;
pub use catalog_shell::*;