From: Thomas Lamprecht Date: Fri, 13 May 2022 12:51:01 +0000 (+0200) Subject: pbs: backup-ns parameter was renamed to ns X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=479c274dd344016c0b7b8333b2283c371f654180;p=qemu-server.git pbs: backup-ns parameter was renamed to ns Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm index 7429508..2f2b61f 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->{'backup-ns'} = $ns; + $params->{'ns'} = $ns; } $params->{speed} = $opts->{bwlimit}*1024 if $opts->{bwlimit}; $params->{fingerprint} = $fingerprint if defined($fingerprint);