Wayne Davison wrote:
> On Fri, Oct 17, 2008 at 03:34:03PM +0800, Thomas Gutzler wrote:
>> I had another rsync hang. I've attached a text file with the stack
>> traces you asked for and some other info.
>
> [...] So, the strange thing is that the receiver is
> waiting around for more files to proc
On Fri, Oct 17, 2008 at 03:34:03PM +0800, Thomas Gutzler wrote:
> I had another rsync hang. I've attached a text file with the stack
> traces you asked for and some other info.
The generator backtrace shows that it is waiting for the receiver to
finish some files before going on. This attempts to
Hi,
I had another rsync hang. I've attached a text file with the stack
traces you asked for and some other info. There were three rsync
processes running at the time.
I haven't heard anything from Wayne yet - maybe this generates more
interest.
Cheers,
Tom
Matt McCutchen wrote:
> On Mon, 200
On Mon, 2008-10-13 at 21:19 +0800, Thomas Gutzler wrote:
> I'm using the following command to move files from a to b:
> rsync -a --remove-source-files --ignore-existing /path/to/dir1/
> /path/to/dir2 >> logfile
> dir2 isn't empty so I only move files from dir1 to dir2 that don't exist
> already