tape: backup - implement export-media-set option

This commit is contained in:
Dietmar Maurer
2021-01-10 11:59:55 +01:00
parent 0057f0e580
commit edb90f6afa
3 changed files with 50 additions and 2 deletions

View File

@ -723,6 +723,11 @@ async fn clean_drive(
type: bool,
optional: true,
},
"export-media-set": {
description: "Export media set upon job completion.",
type: bool,
optional: true,
},
},
},
)]