tape: add restore code, implement catalog api/command

This commit is contained in:
Dietmar Maurer
2020-12-30 09:48:18 +01:00
parent 9e8c0d2e33
commit b017bbc441
4 changed files with 596 additions and 13 deletions

View File

@ -6,6 +6,7 @@ pub mod drive;
pub mod changer;
pub mod media;
pub mod backup;
pub mod restore;
pub const SUBDIRS: SubdirMap = &[
("backup", &backup::ROUTER),