Bir sunucudan diğerine 500 GB dosya aktarmak için rsync yapmaya çalışıyorum. Bu komutu kullanıyorum;rsync hatası: rsync protokolü veri akışında hata (kod 12)
rsync -vrPt -e 'ssh -p 2222' [email protected]:/folder /newfolder
Yaklaşık 10/15 dakika boyunca düzgün çalışıyor ve eşzamanlıyor, sonra bu hatayı her seferinde atar;
rsync: connection unexpectedly closed (16884 bytes received so far) [receiver] rsync: writefd_unbuffered failed to write 4 bytes to socket [generator]: Broken pipe (32) rsync error: error in rsync protocol data stream (code 12) at io.c(1525) [generator=3.0.6] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [receiver=3.0.6]
Sorun ne olabilir?