proxmox-tape: add missing notify-user to 'proxmox-tape restore'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-03-12 11:28:40 +01:00 committed by Dietmar Maurer
parent 776dabfb2e
commit 5a5ee0326e

View File

@ -31,6 +31,7 @@ use proxmox_backup::{
DRIVE_NAME_SCHEMA,
MEDIA_LABEL_SCHEMA,
MEDIA_POOL_NAME_SCHEMA,
Userid,
},
},
config::{
@ -863,6 +864,10 @@ async fn backup(mut param: Value) -> Result<(), Error> {
description: "Media set UUID.",
type: String,
},
"notify-user": {
type: Userid,
optional: true,
},
"output-format": {
schema: OUTPUT_FORMAT,
optional: true,