Re: Cygwin rsync to RH rsync server

2006-06-14 Thread Matt McCutchen
On Wed, 2006-06-14 at 12:58 -0400, Jason Staudenmayer wrote: > C:\rsync-min>rsync -av 10.0.0.205::test/* ./backup > > receiving file list ... done > rsync: connection unexpectedly closed (71 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at io.c(139) > rsync error:

RE: Rsyncing a very large directory tree (over 50,000 files)

2006-06-14 Thread Christian Hack
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Matt McCutchen > Sent: Thursday, 15 June 2006 4:24 AM > To: Andrew Hodgson > Cc: rsync@lists.samba.org > Subject: Re: Rsyncing a very large directory tree (over 50,000 files) > > > On Wed, 2006-06-

Re: Rsync hangs

2006-06-14 Thread Matt McCutchen
On Wed, 2006-06-14 at 15:05 -0700, Wayne Davison wrote: > On Wed, Jun 14, 2006 at 09:11:46AM -0500, Mike Winfrey wrote: > > This one problem child hangs [...] cygwin [...] > > http://www.mail-archive.com/rsync@lists.samba.org/msg16412.html Wayne, I've heard about the buggy Cygwin pipe code many

Re: transfer logging -- absolute file path?

2006-06-14 Thread Alan Sparks
Wayne Davison wrote: > As for improving the %f escape, attached is a patch that prepends the > current directory when receiving a file. This will add the missing > information on what file is being changed. The patch may yet be > improved from this early state, but it looks good for now. > I l

RE: Rsyncing a very large directory tree (over 50,000 files)

2006-06-14 Thread Andrew Hodgson
-Original Message- From: Jamie Lokier [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 19:43 To: Matt McCutchen Cc: Andrew Hodgson; rsync@lists.samba.org Subject: Re: Rsyncing a very large directory tree (over 50,000 files) >Matt McCutchen wrote: >> Yes, rsync will send the complete file list

Re: Rsync hangs

2006-06-14 Thread Wayne Davison
On Wed, Jun 14, 2006 at 09:11:46AM -0500, Mike Winfrey wrote: > This one problem child hangs [...] cygwin [...] http://www.mail-archive.com/rsync@lists.samba.org/msg16412.html ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Rsyncing a very large directory tree (over 50,000 files)

2006-06-14 Thread Jamie Lokier
Matt McCutchen wrote: > Yes, rsync will send the complete file list each time it runs. It seems > odd to me that building the file list would take 15 minutes; when I back > up the system partition of my computer (300,000 files) rsync takes > perhaps 5 minutes to build the file list. That surely d

Re: Partial transferred files useless at resume, compare-dir can help ?

2006-06-14 Thread Matt McCutchen
On Wed, 2006-06-14 at 13:31 +0200, Adrian Cooke wrote: > When continuing with the transmission of the file it takes a long time > for the embedded machine to calculate what still needs to be > transmitted. You might be able to use --append to make the embedded rsync assume that the partial file

Re: Rsyncing a very large directory tree (over 50,000 files)

2006-06-14 Thread Matt McCutchen
On Wed, 2006-06-14 at 19:07 +0100, Andrew Hodgson wrote: > Is there anything I need to be aware of before doing this? I started > the script this morning, but it was still building the file list after > around 15 minutes. Is it better to do it using several points, then > when I have the structur

Rsyncing a very large directory tree (over 50,000 files)

2006-06-14 Thread Andrew Hodgson
Hi,   I need to rsync a very large directory tree (over 50,000 files).  This is not a regular job, after the initial rsync is done, I can do a nightly rsync and only a few files will change.   Is there anything I need to be aware of before doing this?  I started the script this morning,

Cygwin rsync to RH rsync server

2006-06-14 Thread Jason Staudenmayer
Hi all, I'm new to the rsync list. I've been searching for two days and have tried five different installs and so far none work the way I need them to. I have an "backup" server running rsync --version: rsync version 2.6.6 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others

Rsync hangs

2006-06-14 Thread Mike Winfrey
I have checked the archives but found nothing that helps. I am running rsync over the internet from several remote locations to mine. My location has the server. All the remote locations are operating very well except one. This one problem child hangs at "building file list ... Done". It does

DO NOT REPLY [Bug 3653] Silence 'vanished files' messages

2006-06-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3653 --- Comment #9 from [EMAIL PROTECTED] 2006-06-14 08:19 MST --- Well, easy-to-use would be --ignore-vanished ;) .. as rsync is the one emitting the warning. "pipefail" is a bash 3.x feature, which hasn't made it into all distributions (y

Re: Partial transferred files useless at resume, compare-dir can help ?

2006-06-14 Thread Adrian Cooke
Constantin Teodorescu wrote: Matt McCutchen wrote: On Wed, 2006-06-14 at 00:21 +0300, Constantin Teodorescu wrote: This is EXACTLY what I wanted , and tried for the first time , like in the manual but no ... it's behaviour is not changed at all ! :-( I tested --partial-dir on my com