Re: rsync: connection unexpectedly closed

2016-10-19 Thread Kip Warner
On Tue, 2016-10-18 at 08:36 +0200, Paul Slootman wrote: > Try the transfer without -z. > > Paul I ended up giving up. What I did was I just removed the 30GB file (which I really didn't need anyways) and the transfer carried on without a hitch. -- Kip Warner -- Senior Software Engineer OpenPGP e

Re: rsync: connection unexpectedly closed

2016-10-19 Thread Bernd Hohmann
On 19.10.2016 21:46, devz...@web.de wrote: > what does lsof tell? does rsync hang on a specific file? Nothing. I ruled this out already. > i would wonder if this is a rsync problem. as you told you killed all > processes. > so, on the second run rsync knows nothing from before... Maybe somethin

Re: rsync: connection unexpectedly closed

2016-10-19 Thread devzero
what does lsof tell? does rsync hang on a specific file? i would wonder if this is a rsync problem. as you told you killed all processes. so, on the second run rsync knows nothing from before... roland Am 18. Oktober 2016 12:08:00 MESZ, schrieb Bernd Hohmann : >On 18.10.2016 07:03, Kip Warn