Backup slow

mechanicus

Renowned Member
Mar 30, 2009
54
0
71
Germany
My backup seems to be slow. The speed is only 10 MB/s.
Here is the log file:
Code:
May 22 21:10:01 INFO: Starting Backup of VM 101 (qemu)
May 22 21:10:02 INFO: stopped
May 22 21:10:02 INFO: status = stopped
May 22 21:10:02 INFO: backup mode: stop
May 22 21:10:02 INFO: bandwidth limit: 10240 KB/s
May 22 21:10:02 INFO: creating archive '/var/local/dasi/vzdump-qemu-101-2010_05_22-21_10_01.tar'
May 22 21:10:02 INFO: adding '/var/local/dasi/vzdump-qemu-101-2010_05_22-21_10_01.tmp/qemu-server.conf' to archive ('qemu-server.conf')
May 22 21:10:02 INFO: adding '/var/lib/vz/images/101/vm-101-disk-1.raw' to archive ('vm-disk-virtio0.raw')
May 22 22:21:34 INFO: Total bytes written: 45008920576 (10.00 MiB/s)
May 22 22:21:34 INFO: archive file size: 41.92GB
May 22 22:21:34 INFO: delete old backup '/var/local/dasi/vzdump-qemu-101-2010_05_19-02_00_01.tar'
May 22 22:22:51 INFO: Finished Backup of VM 101 (01:12:50)
Why is there a bandwidth limit of 10240 KB/s?

My proxmox version is
Code:
# pveversion 
pve-manager/1.5/4728
and the performace is good:
Code:
# pveperf 
CPU BOGOMIPS:      37238.68
REGEX/SECOND:      796207
HD SIZE:           94.49 GB (/dev/pve/root)
BUFFERED READS:    305.22 MB/sec
AVERAGE SEEK TIME: 0.25 ms
FSYNCS/SECOND:     2990.52
DNS EXT:           74.88 ms
DNS INT:           70.06 ms (home)
Best Regards
 
It works, thank you.
But in the created /etc/vzdump.conf I have to write "bwlimit: 80000" instead of "bwlimit=80000" suggested in the thread.

Best Regards