Re: Rsync --delay-updates takes a long time

2006-07-08 Thread Eric Horne
Wayne Davison wrote: On Sat, Jul 08, 2006 at 08:07:43AM -0700, Eric Horne wrote: It seems that once the transfer is complete, --delay-updates takes a really long time to copy data. The only file movement that --delay-updates supports is renaming -- it never re-copies the files. Perhaps

Re: Rsync --delay-updates takes a long time

2006-07-08 Thread Wayne Davison
On Sat, Jul 08, 2006 at 08:07:43AM -0700, Eric Horne wrote: > It seems that once the transfer is complete, --delay-updates takes a > really long time to copy data. From strace output, it looks like it is > actually re-reading the data out of the .rsync-partial directory for > each file and then

Rsync --delay-updates takes a long time

2006-07-08 Thread Eric Horne
Hi. I'm running rsync 2.6.8 at two sites with --partial/--partial-dir and --delay-updates enabled. It seems that once the transfer is complete, --delay-updates takes a really long time to copy data. From strace output, it looks like it is actually re-reading the data out of the .rsync-partial