-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi there,
i am using vzborg on a Proxmov 7.1-5 and it works perfectly with small containers an virtual machines. Thank you for the good work. But one of my VM's disk is filled with about 1,1 TB of Data. This backup always fails with a broken pipeline with the following errors:
.
.
.
INFO: 31% (357.1 GiB of 1.1 TiB) in 1h 40m 34s, read: 18.4 MiB/s, write: 18.4 MiB/s
INFO: 32% (368.7 GiB of 1.1 TiB) in 1h 48m 57s, read: 23.5 MiB/s, write: 23.5 MiB/s
INFO: 32% (377.8 GiB of 1.1 TiB) in 1h 55m 46s, read: 22.8 MiB/s, write: 22.7 MiB/s
ERROR: vma_queue_write: write error - Broken pipe
INFO: aborting backup job
INFO: stopping kvm after backup task
ERROR: Backup of VM 101 failed - vma_queue_write: write error - Broken pipe
INFO: Failed at 2021-11-21 19:14:33
INFO: Backup job finished with errors
job errors
/usr/local/bin/vzborg: line 188: 148722 Exit 255 vzdump ${VM_ID} --dumpdir ${temp_dir} --quiet ${vzdump_quiet} --compress 0 --mode ${vzdump_mode} --stdout
148723 Killed | borg create ${borg_extra} --files-cache=disabled --stdin-name=vzborgdump --chunker-params ${default_chunker} -s "${backup_compression}" "${backup_comment}" ${vzborg_repo}::${backup_name} - 2>&1
148724 Done | tee -a ${detail_file}
.
.
.
Do you have a suggestion what i could do?
Thank you