diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index 2da939b..d9f2c3e 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -251,7 +251,7 @@ my sub api_param_from_volname : prototype($$$) { } return { - (ns($scfg, 'backup-ns')), + (ns($scfg, 'ns')), 'backup-type' => $btype, 'backup-id' => $bid, 'backup-time' => $btime,