tape: add tape backup job configuration

This commit is contained in:
Dietmar Maurer
2021-02-14 10:32:33 +01:00
parent c724dc3892
commit be327dbccd
7 changed files with 459 additions and 0 deletions

View File

@ -995,6 +995,7 @@ fn main() {
.insert("pool", pool_commands())
.insert("media", media_commands())
.insert("key", encryption_key_commands())
.insert("backup-job", backup_job_commands())
.insert(
"load-media",
CliCommand::new(&API_METHOD_LOAD_MEDIA)