mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-24 05:11:39 +00:00
Revert "pbs: backup-ns parameter was renamed to ns"
This reverts commit 479c274dd3
.
This commit is contained in:
parent
3613ae505d
commit
0c9a94d2aa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user