RE: rsync shows poor throughput vs. scp

2006-05-24 Thread Tony Abernethy
Marty Mulligan  wrote:    Thanks for your suggestions.  I'll try to put together an rsync call with a more explicit set of options, although I was under the impressions that by having the "dont compress" option set in the conf file on the server, the -z option in the call from the host was

Re: rsync shows poor throughput vs. scp

2006-05-24 Thread Marty Mulligan
Thanks for your suggestions.  I'll try to put together an rsync call with a more explicit set of options, although I was under the impressions that by having the "dont compress" option set in the conf file on the server, the -z option in the call from the host was ignored (which begs the questi

RE: rsync shows poor throughput vs. scp

2006-05-24 Thread Tony Abernethy
You should get some better answers, but a couple of points jump out at me. If the files are already compressed, "small" changes result in very different files, so the business of reading both the target and the source to find common stuff is kinda counterproductive.   Also the -z (compres

Chat With Your Websites/Weblogs Visitors

2006-05-24 Thread SirLook
Hello, As a webmaster or blogger, you would love to chat with your website or weblog visitors. Having a professional live support system on your website gives more credibility to it. Your website visitors trust you and your website when they can talk to you live. Good live support is something

Re: rsync shows poor throughput vs. scp

2006-05-24 Thread Marty Mulligan
Oh, and in case it helps: # uname -a Linux mydomain.com 2.6.10-1.771_FC2 #1 Mon Mar 28 00:50:14 EST 2005 i686 i686 i386 GNU/Linux # rsync --version rsync version 2.6.2 protocol version 28 Copyright (C) 1996-2004 by Andrew Tridgell and others Capabilities: 64-bit fil

rsync shows poor throughput vs. scp

2006-05-24 Thread Marty Mulligan
hi all- been reading through the archives but I still can't seem to find a solution to my problem.  I am using rsync to keep mirror copies of content which is being served (via http) on both the sender and receiver. The files on average are 20-50mb each, (mostly already in a compressed format.

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-24 Thread Andreas Fehr
On Wednesday, 24. May 2006, 09:07, Wayne Davison (as WD) wrote: >WD: On Wed, May 24, 2006 at 07:56:54AM +0200, Andreas Fehr wrote: >WD: > I'm back with my -cav and rsync does not copy files, even if I've >WD: > touched them. /opt/rsync/bin/rsync -cav --link-dest=/home/user/backup/old

Re: Problem with renaming a file

2006-05-24 Thread Wayne Davison
On Wed, May 24, 2006 at 12:39:27AM -0700, Rajesh Prabhu wrote: > as you've suggested i tried modifying the value of thisname in flist.c... > But this returns an error stating that some files have vanished Oops. I tried to just pick an easy spot to tweak, but that is too early in the scheme of thi

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-24 Thread Wayne Davison
On Wed, May 24, 2006 at 07:56:54AM +0200, Andreas Fehr wrote: > I'm back with my -cav and rsync does not copy files, even if I've > touched them. Are you copying into an already populated destination directory? It sounds like it. When --link-dest is used to create a new hierarchy, rsync will on

rsync connection limit

2006-05-24 Thread Jevgenijs Kuznecovs
Hello! In the attached file is patch for the option to set client connection limit. We had problem for dead hosts, so default system timeout is not enough. --conlimit option added Will be great to see this patch in the future version, so we do not need to patch every time. Thanks and Cheers, E

rsync eating bandwidth without doing anything

2006-05-24 Thread tyko brown
rsync fails to make a directory at the remote site, but continues anyway. $ rsync -av local 10.1.1.1:/somewhere/ building file list ... done rsync: recv_generator: mkdir "local": Permission denied (2) stat local : No such file or directory You can do this locally too - rsync to a usb device, then

Re: About Rsync question

2006-05-24 Thread Paul Slootman
On Wed 24 May 2006, jwfu wrote: > > I have a problem with rsync , where the process stops with the message > > rsync : failed to connect to 192.168.1.200: Connection refused (111) This means there is nothing at 192.168.1.200 listening to the rsync tcp port. > rsync error: received S

Re: Problem with renaming a file

2006-05-24 Thread Rajesh Prabhu
Wayne Davison <[EMAIL PROTECTED]> wrote: On Mon, May 22, 2006 at 08:58:43PM -0700, Rajesh Prabhu wrote:> Now that im able to get the attribute of a file(whether its hidden or> not) using attrib.exe, is there a way to transfer such hidden files> from windows machine to linux machine with a prepended

About Rsync question

2006-05-24 Thread jwfu
Hi,       I have a problem with rsync , where the process stops with the message       rsync : failed to connect to 192.168.1.200: Connection refused (111)     rsync error : error in socket   IO (code 10) at clientserver.c(94)   This is   client's log             rsync error: rec