VZDump Issues

PogiWeb

New Member
Sep 24, 2010
1
0
1
I'm not sure exactly where to begin but i've been having some issues for awhile now. Half of my containers i'm able to backup but the rest i'm getting the following errors.

Example:

Command: vzdump --compress --stdexcludes --suspend 101 --mailto MYEMAILADDRESS


101: Sep 23 20:20:40 INFO: Starting Backup of VM 101 (openvz)
101: Sep 23 20:20:40 INFO: status = CTID 101 exist mounted running
101: Sep 23 20:20:40 INFO: starting first sync /vz/private/101 to /var/tmp/vzdumptmp4419101: Sep 23 20:25:19 INFO: rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)101: Sep 23 20:25:19 INFO: rsync: write failed on "/var/tmp/vzdumptmp4419/101/home/admin/domains
/public_html/clients/templates/ClientThemes/
theme1/clientareaproducts.tpl": No space left on device (28)101: Sep 23 20:25:19 INFO: rsync error: error in file IO (code 11) at receiver.c(253) [receiver=2.6.8]101: Sep 23 20:25:19 INFO: rsync: connection unexpectedly closed (1861602 bytes received so far) [sender]101: Sep 23 20:25:19 INFO: rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]101: Sep 23 20:25:21 ERROR: Backup of VM 101 failed - command '/usr/bin/rsync --stats --numeric-ids --bwlimit=10240 -aH --delete --no-whole-file --inplace /vz/private/101 /var/tmp/vzdumptmp4419' failed with exit code 12


I have also tried to increase and decrease the bwlimit without any success.
 
Last edited:
"No space left on device" - isn´t this a good hint?

check your backup target!
 
Use option '--tmpdir' to specify a location with enough free space (/var/tmp seem to be to small).

(see 'man vzdump' for details)