Re: rsync 3.0.9 hangs on large file

2013-01-04 Thread Greg Bell
OK, if I scp the file over, and mv it into place in the backup hierarchy, rsync then hangs on the next large file. Rinse, repeat. What's my next debugging step? Time for a bug? -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https

Re: rsync 3.0.9 hangs on large file

2013-01-03 Thread Greg Bell
> time ... Removing --compress from the command line fixed it. I removed both compress and bwlimit but it still happens. If I strace -f on the sender side, it looks like a 'select' is timing out... [pid 31245] select(7, [3], [5], NULL, {30, 0} [pid 31244] <... select resumed> ) = 0 (Tim

RE: rsync 3.0.9 hangs on large file

2013-01-03 Thread Voelker, Bernhard
Greg Bell wrote (Thursday, January 03, 2013 6:42 AM): > Hi Folks, > > Similar to an earlier thread, but slightly more ordinary. My old > rsync backup script, which worked fine under Ubuntu 12.04, hangs on > Ubuntu 12.10 (rsync 3.0.9) and a 250 MB file. Command line as follows: > > rsync -

rsync 3.0.9 hangs on large file

2013-01-02 Thread Greg Bell
Hi Folks, Similar to an earlier thread, but slightly more ordinary. My old rsync backup script, which worked fine under Ubuntu 12.04, hangs on Ubuntu 12.10 (rsync 3.0.9) and a 250 MB file. Command line as follows: rsync --itemize-changes --human-readable --progress --delete \ --de