Re: Having problems with transfers

2001-01-03 Thread brozen
On Wed, 3 Jan 2001 at 13:45, Dave Dykstra wrote about "Re: Having problems...": > > I thought maybe it was after x number of files, but that doesn't make > > sense. THe push is working fine. So I excluded some directories and then > > it got to a different "file name" -- probably because it had y

~/.rsyncrc patch

2001-01-03 Thread raf
i often need to use different rsh-like commands depending on the host i'm rsyncing with (for any given host). e.g. from A to B, "rsh" is ok from A to Q, "ssh" is needed from A to Z, "runsocks ssh -x -l other-username" is needed the RSYNC_RSH environment variable can't cope with this and ha

Re: rsync hangs with FreeSwan

2001-01-03 Thread bhepple
Dave_Dykstra_ wrote: > Because of the piplined nature of the rsync implementation and the > back-and-forth nature of the rsync protocol, rsync stresses many TCP > implementations. No one else has mentioned a problem with FreeSwan, but I > suspect a bug with it. You should at least run "netstat"

Re: Transfering File List

2001-01-03 Thread Alberto Accomazzi
In message <[EMAIL PROTECTED]>, Bennett Todd writes: > Even nicer, in my opinion, would be a mode where rsync could be told > to take a src dir and a dst dir as cmdline args, then simply reads > paths from stdin, and as each path is read, sync from that src file > under the src dir to the corresp

Re: Transfering File List

2001-01-03 Thread Bennett Todd
2001-01-03-15:20:28 Dave Dykstra: > In versions 2.3.2 and earlier, rsync had an optimization that I > put in such that if the end of the list was --exclude '*' and > the earlier includes didn't have any wildcards, it would skip > the recursive traversal of the directories and just directly > open

Re: Having problems with transfers

2001-01-03 Thread brozen
On Wed, 3 Jan 2001 at 13:45, Dave Dykstra wrote about "Re: Having problems...": > I ran into what looks like a bug in the Linux TCP driver using rsync. > That case was going between a Linux & Solaris machine, though, so your > problem may be different. See the thread that begins at I haven't ev

Re: help

2001-01-03 Thread Dave Dykstra
On Wed, Jan 03, 2001 at 04:11:19PM +0800, [EMAIL PROTECTED] wrote: > my rsync server is 192.168.0.1 and rsyncd.con is like this ... > path = /test > comment = test folder > uid = test > ignore errors > read only = false > list = true >

Re: Transfering File List

2001-01-03 Thread Dave Dykstra
On Tue, Jan 02, 2001 at 09:03:34PM -0500, August Zajonc wrote: > Thanks for some interesting pointers. Unless I'm missing something it seems > that rsync will still have to go through each filename and see if it > matches --include. We're kinda pushing it here, but have around 500,000 > files. Fil

Re: Having problems with transfers

2001-01-03 Thread Dave Dykstra
On Tue, Jan 02, 2001 at 10:52:24AM +0200, [EMAIL PROTECTED] wrote: > Hi, > > I am using rsync v2.4.6 on a Debian Linux machine. > > I have a server with which I have nightly backups going to a few different > servers with rsync in the push method. This work fine -- it's a lot of > files (web sto

Re: Increasing performace with packed files (some thoughts)

2001-01-03 Thread Dave Dykstra
On Mon, Jan 01, 2001 at 10:44:49PM +0100, Goswin Brederlow wrote: > Hi, > > I just had some thought about improving rsync performance (reducing > amount of data transfered) when dealing with packed files and would > like some comments. > > > First what is the problem with packed files? > --

murthyc@bevocal.com

2001-01-03 Thread Chamarthi Murthy
unsubscribe -Original Message-From: Shobhit Kapoor [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 03, 2001 6:53 AMTo: '[EMAIL PROTECTED]'Subject: (no subject) unsubscribe  

Re: rsync hangs with FreeSwan

2001-01-03 Thread Dave Dykstra
On Fri, Dec 29, 2000 at 09:19:52AM +1000, Bob Hepple wrote: > "Peter T. Breuer" wrote: > > > > Sounds like the ssh pipes/socketpairs problem. Are you running over > > ssh? If so a solution is to recompile ssh. > > > > No, plain ole' rsh. But I get the same result with ssh. > > Before I posted

(no subject)

2001-01-03 Thread Shobhit Kapoor
unsubscribe  

Re: rsyncd.conf ?

2001-01-03 Thread Goswin Brederlow
> " " == dennis <[EMAIL PROTECTED]> writes: > Hi all... > Just installed rsync and was wondering why there is not a > default rsyncd.conf file with the source ? > Where can I find one ? > Cheers Dennis man 5 rsyncd.conf EXAMPLES A simple rsyncd.conf file

Re: Transfering File List

2001-01-03 Thread Goswin Brederlow
> " " == August Zajonc <[EMAIL PROTECTED]> writes: > Thanks for some interesting pointers. Unless I'm missing > something it seems that rsync will still have to go through > each filename and see if it matches --include. We're kinda > pushing it here, but have around 500,0

help

2001-01-03 Thread lemon_3
my rsync server is 192.168.0.1 and rsyncd.con is like this #more /etc/rsyncd.conf log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [test] path = /test comment = test folder uid = test ignore errors read