mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-02 12:24:58 +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,
|
||||
'config-file' => $conffile,
|
||||
};
|
||||
$params->{speed} = $opts->{bwlimit}*1024 if $opts->{bwlimit};
|
||||
$params->{fingerprint} = $fingerprint if defined($fingerprint);
|
||||
$params->{'firewall-file'} = $firewall if -e $firewall;
|
||||
if (-e $keyfile) {
|
||||
|
Loading…
Reference in New Issue
Block a user