Aqui, no ha pasado nada – #rsync recover broken scp

root@server:/var/lib/vz/template/iso# scp backup.gz 172.17.2.254:/home/flux
The authenticity of host ‘172.17.2.254 (172.17.2.254)’ can’t be established.
ECDSA key fingerprint is 22:c3:a7:0c:cf:ac:91:73:e5:ed:64:0b:86:7d:7d:9b.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘172.17.2.254’ (ECDSA) to the list of known hosts.

root@172.17.2.254’s password:
backup.gz                               88% 2832MB   0.0KB/s – stalled -Write failed: Broken pipe
lost connection
root@server:/var/lib/vz/template/iso# rs
rsh       rsync     rsyslogd
root@server:/var/lib/vz/template/iso# rsync -avz -e “ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null” –progress /var/lib/vz/template/iso/backup.gz 172.17.2.254:/home/flux
Warning: Permanently added ‘172.17.2.254’ (ECDSA) to the list of known hosts.
root@172.17.2.254’s password:
sending incremental file list
backup.gz
3362783232 100%    1.31MB/s    0:40:43 (xfer#1, to-check=0/1)

 

 

sent 391411701 bytes  received 435975 bytes  155525.97 bytes/sec
total size is 3362783232  speedup is 8.58
root@server:/var/lib/vz/template/iso#

 

 

Leave a Comment