From 0c9a94d2aa898ea33f4a6bf5e2f0d89ac10042c6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 13 May 2022 14:54:41 +0200 Subject: [PATCH] Revert "pbs: backup-ns parameter was renamed to ns" This reverts commit 479c274dd344016c0b7b8333b2283c371f654180. --- PVE/VZDump/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm index 2f2b61fc..74295082 100644 --- a/PVE/VZDump/QemuServer.pm +++ b/PVE/VZDump/QemuServer.pm @@ -545,7 +545,7 @@ sub archive_pbs { 'config-file' => $conffile, }; if (defined(my $ns = $scfg->{namespace})) { - $params->{'ns'} = $ns; + $params->{'backup-ns'} = $ns; } $params->{speed} = $opts->{bwlimit}*1024 if $opts->{bwlimit}; $params->{fingerprint} = $fingerprint if defined($fingerprint);