diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index 6c4d15b..707337d 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -161,7 +161,7 @@ sub extract_vzdump_config { die "unable to extract configuration for backup format '$format'\n"; } - run_raw_client_cmd(undef, $scfg, $storeid, 'restore', [ $name, $config_name, '-' ], + run_raw_client_cmd($scfg, $storeid, 'restore', [ $name, $config_name, '-' ], outfunc => $outfunc, errmsg => 'proxmox-backup-client failed'); return $config;