mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-07 03:01:00 +00:00
vzdump: allow bandwidth limit for PBS backup too
QEMU handles it just as well as with VMA, so this was probably just forgotten to implement for PBS. Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
parent
75f25f44bc
commit
2790636afd
@ -538,6 +538,7 @@ sub archive_pbs {
|
|||||||
devlist => $devlist,
|
devlist => $devlist,
|
||||||
'config-file' => $conffile,
|
'config-file' => $conffile,
|
||||||
};
|
};
|
||||||
|
$params->{speed} = $opts->{bwlimit}*1024 if $opts->{bwlimit};
|
||||||
$params->{fingerprint} = $fingerprint if defined($fingerprint);
|
$params->{fingerprint} = $fingerprint if defined($fingerprint);
|
||||||
$params->{'firewall-file'} = $firewall if -e $firewall;
|
$params->{'firewall-file'} = $firewall if -e $firewall;
|
||||||
if (-e $keyfile) {
|
if (-e $keyfile) {
|
||||||
|
Loading…
Reference in New Issue
Block a user