mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-25 15:22:46 +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,
|
'config-file' => $conffile,
|
||||||
};
|
};
|
||||||
if (defined(my $ns = $scfg->{namespace})) {
|
if (defined(my $ns = $scfg->{namespace})) {
|
||||||
$params->{'ns'} = $ns;
|
$params->{'backup-ns'} = $ns;
|
||||||
}
|
}
|
||||||
$params->{speed} = $opts->{bwlimit}*1024 if $opts->{bwlimit};
|
$params->{speed} = $opts->{bwlimit}*1024 if $opts->{bwlimit};
|
||||||
$params->{fingerprint} = $fingerprint if defined($fingerprint);
|
$params->{fingerprint} = $fingerprint if defined($fingerprint);
|
||||||
|
Loading…
Reference in New Issue
Block a user