Re: rsync hangs during --remove-source-files

2008-10-19 Thread Thomas Gutzler
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

Re: rsync hangs during --remove-source-files

2008-10-18 Thread Wayne Davison
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

Re: rsync hangs during --remove-source-files

2008-10-17 Thread Thomas Gutzler
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

Re: rsync hangs during --remove-source-files

2008-10-13 Thread Matt McCutchen
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