tape: add tape backup job configuration
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user