rsync 2.4.6 does not work reliably over SSH (1 or 2) on NetBSD

2001-03-23 Thread Greg A. Woods
I've been rsync'ing the NetBSD CVS repository on a mostly daily from a local mirror for a long time now without incident. Originally I had used rsh as the transport, then SSH-1.2.27, then the server side upgraded to a recent OpenSSH and I upgraded to SSH-2.4.0. All continued to work just fine.

Rsync stops during drive to drive transfers

2001-03-23 Thread Vinay Bharel
Hi all, I am using Rsync 2.4.6 on BSD/0S 4.2. $ rsync --version rsync version 2.4.6 protocol version 24 Written by Andrew Tridgell and Paul Mackerras $ uname -a BSD/OS dns02 4.2 BSDI BSD/OS 4.2 Kernel #3: Tue Mar 13 01:26:43 EST 2001 root@dns:/usr/src/sys/compile/VINAY i386 The machine

Solaris port question

2001-03-23 Thread Christopher Richard Dobbs
Hi all, Does anyone know of a Solaris port of the rsync kernel daemon? I know Solaris has it's own internal method (auditd) of tracking kernel activity but this is cumbersome and not half as elegant as rsync! I basically want to keep my live box in sync. with my fallback box; running the comman

RE: how to promote files instead of mirroring files

2001-03-23 Thread Magdalena Hewryk
> -Original Message- > From: Dave Dykstra [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 23, 2001 11:51 AM > To: Magdalena Hewryk > Cc: [EMAIL PROTECTED] > Subject: Re: how to promote files instead of mirroring files > > Take a look at -u or --update which only updates files that > are

Re: how to promote files instead of mirroring files

2001-03-23 Thread Dave Dykstra
On Fri, Mar 23, 2001 at 10:03:21AM -0500, Magdalena Hewryk wrote: > Hi, > > I use rsync to mirror host1 to host2 but unfortunately it is not what it has > to be done. > > I need to copy over from host1 to host2 ONLY those files which where changed > on host1 from the last rsync run. Rsync shoul

Re: how to promote files instead of mirroring files

2001-03-23 Thread tim . conway
Sure you can. Every time you promote, touch a marker file, as a date reference. Then, next promote, run a "find -newer -print" into your include list, exclude *, and run your rsync with --include-from= --exclude='/*'. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorad

how to promote files instead of mirroring files

2001-03-23 Thread Magdalena Hewryk
Hi, I use rsync to mirror host1 to host2 but unfortunately it is not what it has to be done. I need to copy over from host1 to host2 ONLY those files which where changed on host1 from the last rsync run. Rsync should not check and compare files on host2 at all. We are changing http:// and other

Re: RSYNC PROBLEM on DGUX

2001-03-23 Thread Dave Dykstra
On Thu, Mar 22, 2001 at 02:11:55PM -0500, Gerry Maddock wrote: > Thanks Dave that was the problem, Tim Conway helped me with that one. One > other thing I just noticed is: > When I rsync from a linux box to a linux box using: > /usr/bin/rsync -e ssh 'bailey::tst/*' /tmp/ > Linux knows the "*" mean

Re: rsync stops during transfer

2001-03-23 Thread Ragnar Wisløff
> Hello list members, > > I've come up against an rsync problem which I hope someone here can > help me with. > > Running rsync to transfer a relatively large number of files causes > rsync to freeze during transfer. I'm running rsync from the command > line, no daemon or any such stuff. This is t