Re: Multistreaming rsync

2003-06-16 Thread Martin Pool
On 10 Feb 2003, "Cockram, Michael L (ISI)" <[EMAIL PROTECTED]> wrote: > Newbie here! > > I am not sure if this is possible or not, but is it possible to multistream > the connections that rsync is making? Say I had a directory with a bunch of > huge sized files. Is there a way of telling rsync

Re: Feature request: true multiple sources

2003-06-16 Thread Martin Pool
On 14 Jun 2003, Gregory Brauer <[EMAIL PROTECTED]> wrote: > > I am a big fan of rsync, but the more I use it, the more I > become frustrated at rsync's asymetrical functionality. > For instance, I can do this: > > rsync /A/ /B/ desthost:/AB > > but not this: > > rsync srchost:/A/ srchost:/B/ /A

Re: support@microsoft e-mails is a VIRUS

2003-06-16 Thread Martin Pool
On 20 May 2003, jw schultz <[EMAIL PROTECTED]> wrote: > > > Is there anyway you can stop sending these e-mails to everybody on the list? > > > I've received maybe 3 or 4 of them since yesterday. > > > > One possible solution to reduce the spam/virus traffic on the list would > > be to close the li

Re: Interactive Rsync Authentication Problem

2003-06-16 Thread Martin Pool
On 29 May 2003, Andrew Klein <[EMAIL PROTECTED]> wrote: > The getpassphrase() call is identical to getpass() except it returns 256 > chars maximum. Of course you would have to mess with autoconf but I > don't think that should be too hard. Based on the autoconf stuff in the > latest rsync rele

Re: You have emailed an address at dslreports.com

2003-06-16 Thread Martin Pool
On 16 Jun 2003, Lapo Luchini <[EMAIL PROTECTED]> wrote: > Each time I send a message to the ML I receive this message... (thi > mislead me to double-post some days ago). > Could someone please unsubscribe the "blocked" address? > But I guess that's not possible, as anyone else shuold have noticed

Re: Trouble rsyncing from Windows to Unix

2003-06-16 Thread jw schultz
On Mon, Jun 16, 2003 at 08:49:20PM -0500, Trey Nolen wrote: > > You may have two points of trouble. First, you need to specify something to > get it to be recursive. I use -a, which covers most everything. I also use R > for relative paths. I think that you might also have trouble with the I d

Re: Trouble rsyncing from Windows to Unix

2003-06-16 Thread Trey Nolen
You may have two points of trouble. First, you need to specify something to get it to be recursive. I use -a, which covers most everything. I also use R for relative paths. I think that you might also have trouble with the "/usr/bin/ssh -l dplbackup" part. Try this: C:\cygwin\bin\rsync.exe -a

Re: Trouble rsyncing from Windows to Unix

2003-06-16 Thread Paul English
> On Mon, Jun 16, 2003 at 03:18:38PM -0700, Paul English wrote: > > Skipping directory /cygdrive/d/user_dpl > > By default rsync skips directories -- see the -r option to override > this. > > ..wayne.. > Aah.. thanks. That's a simple one! Paul -- To unsubscribe or change options: http://lists.

Re: Trouble rsyncing from Windows to Unix

2003-06-16 Thread Wayne Davison
On Mon, Jun 16, 2003 at 03:18:38PM -0700, Paul English wrote: > Skipping directory /cygdrive/d/user_dpl By default rsync skips directories -- see the -r option to override this. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: htt

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-16 Thread jw schultz
On Mon, Jun 16, 2003 at 11:53:04AM -0500, Nate Case wrote: > I'm experiencing some unexpected behavior with rsync v2.5.6. After > looking around it seems like several people have experienced similar > problems in the past, but those appear to be old bugs that are solved now. > Also doesn't appear

RE: Rsync Performance In Windows

2003-06-16 Thread Chris McKeever
Thanks for your reply! > -Original Message- > From: Greger Cronquist [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 2:42 PM > To: _Chris McKeever_ > Cc: [EMAIL PROTECTED] > Subject: Re: Rsync Performance In Windows > > > Did you compile from the sources, or did you grab the cygw

Trouble rsyncing from Windows to Unix

2003-06-16 Thread Paul English
I'm using Cygwin on Windows which I just downloaded and I'm trying to set up an rsync backup. I'm using an .bat script to copy the files, but it gives the error message: Skipping directory /cygdrive/d/user_dpl Following is the script: @echo off C: C:\cygwin\bin\rsync.exe -e "/usr/bin/ssh -l

RE: Rsync Performance In Windows

2003-06-16 Thread _Chris McKeever_
Lapo - With this: > > In that case, for files not too long, it may be "better" > > CPU-wise to use > > the normal check for date instead of the full block hash checking... did you mean the -u switch? or something else? > -Original Message- > From: Chris McKeever > Sent: Monday, June

RE: Rsync Performance In Windows

2003-06-16 Thread Chris McKeever
Thanks for your response... > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > _Chris McKeever_ wrote: > > >The linux machine connecting to the windows rsync daemon > has a very low > >performance hit when the session is running (see below). > However, the > >windows machine, which

You have emailed an address at dslreports.com

2003-06-16 Thread Lapo Luchini
Each time I send a message to the ML I receive this message... (thi mislead me to double-post some days ago). Could someone please unsubscribe the "blocked" address? But I guess that's not possible, as anyone else shuold have noticed this, too... =( -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP

Re: Rsync Performance In Windows

2003-06-16 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 _Chris McKeever_ wrote: >The linux machine connecting to the windows rsync daemon has a very low >performance hit when the session is running (see below). However, the >windows machine, which has a much faster CPU hits a CPU usage of 100%. > rsync CPU

Re: Rsync Performance In Windows

2003-06-16 Thread Greger Cronquist
Did you compile from the sources, or did you grab the cygwin binary? I suggest you build it from the sources and apply the "craigb-perf.diff" patch which is in the patches directory in the 2.5.6 distribution. This patch makes all the difference for Windows (system calls cost a lot under cygwin)

rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-16 Thread Nate Case
I'm experiencing some unexpected behavior with rsync v2.5.6. After looking around it seems like several people have experienced similar problems in the past, but those appear to be old bugs that are solved now. Also doesn't appear to be any direct bugfixes made for this issue since 2.5.6. The st

Rsync Performance In Windows

2003-06-16 Thread _Chris McKeever_
Has anyone else experienced high CPU usage when using RSYNC in windows 2000 server? I am using the rsync.exe (and applicable DLL's) from the cygwin installation (I am not however running cygwin on this machine). The linux machine connecting to the windows rsync daemon has a very low performance h

Rsync over ssh

2003-06-16 Thread David Nickel
I have been trying desperately to get rsync to work over ssh with empty passwords. On Server A (which is running the rsync daemon) and Server B I have a user rsyncd that I have already setup with public key empty password authentication. I can ssh either way with no problem. But when I run the

FW: Rsync issue

2003-06-16 Thread Rajeev Jain
I have setup 2 servers with the rsync # /etc/services rsync 6873/tcp# Rsync Server # /etc/inetd.conf rsync stream tcp nowait root /usr/local/bin/rsync rsyncd --daemon Looks like they work internally but not remotely. Please read below the 2 examples This works:

REPLY REQUIRED: Confirm subscription to group Knowledge Vision

2003-06-16 Thread Team domeus
Hello [EMAIL PROTECTED], thanks for your interest in the group Knowledge Vision ([EMAIL PROTECTED]). If you would like to accept this invitation, please return this eMail by clicking on reply or subscribe via the Web. http://uk.domeus.com/public/subscribe.jsp?tsp=1055759321051&gid=337470&uid=22

Re: selective dirs only

2003-06-16 Thread Res
Hi Wayne, On Sun, 15 Jun 2003, Wayne Davison wrote: > On Sun, Jun 15, 2003 at 09:16:22PM +1000, Res wrote: > > Ahh ok, I thought the -r would take care of all files and dirs under it. > > The -r just gets it going, the exclude "*" excludes anything that > doesn't match something earlier in the l