Some files always copied to W2K system

2002-06-11 Thread Frank McNamara
I am copying from a rsync --daemon (have tried from both W2K/cygwin Linux daemons) to a W2K machine. Some files get copied every time even though they haven't been touched since the last copy. I have experimented and deturmined that the file size seems to be important. If the file is between

include-from

2002-06-11 Thread Paco Martinez
Estimated gurus. I execute this sencente from a Server X to a Server Y /usr/local/bin/rsync -av --include=/usr/local/mysql/bin/listado_images.txt 192.168.1.23::mysql_prueba I'd like to rsync only files contained in listado_images.txt but I don't get it. Text of file listado_images.txt is

Possible UID/GID bug in chrooted shells?

2002-06-11 Thread Tom Worley
I'm stuck on a problem with rsync... We've got a chrooted shell with rsync and all the needed libs inside (and not much else). We're using rsync over ssh to send the files into this chrooted session. The rsync binary in the chrooted session is SUID root so that it can create the files with

Re: Rsync'ing lists of files

2002-06-11 Thread Alberto Accomazzi
Just so that we don't forget the lessons from the past, let me point out that we had discussion and testing done on this subject back in November, with mixed results (i.e. YMMV): http://lists.samba.org/pipermail/rsync/2001-November/005398.html I think the consensus from that experiment was

Re: Possible UID/GID bug in chrooted shells?

2002-06-11 Thread tim . conway
Tom: You just need to tell rsync to use numeric IDS, or else make a /etc in the chroot root, so that names can be resolved (it's chrooted, so it can't see the real /etc... ever notice the /etc in anon ftp sessions?). By default, rsync uses the names, rather than the numbers, since it was

Re: include-from

2002-06-11 Thread tim . conway
Let's analyze your commandline: /usr/local/bin/rsync -av --include=/usr/local/mysql/bin/listado_images.txt 192.168.1.23::mysql_prueba archivemode, verbose, including the things listed in /usr/local/mysql/bin/listado_images.txt, list what is available in the module mysql_prueba from

Re: setgroups error in Rsync: Configuration or Missing Part?

2002-06-11 Thread Dave Dykstra
On Mon, Jun 10, 2002 at 04:32:23PM -0400, Catalino Cuadrado wrote: I've been trying to get my two Mac OS X computers to sync using rsync 2.5.5. I have one set up as the host with --daemon and the other with a client running. I was encountering an ERROR: chroot failed error in my messages. I

Re: Some files always copied to W2K system

2002-06-11 Thread Dave Dykstra
Does using --modify-window=2 solve your problem? Some windows filesystems don't have 1 second granularity timestamps. - Dave Dykstra On Tue, Jun 11, 2002 at 09:53:57AM +, Frank McNamara wrote: I am copying from a rsync --daemon (have tried from both W2K/cygwin Linux daemons) to a W2K

Re: Possible UID/GID bug in chrooted shells?

2002-06-11 Thread Tom Worley
On Tuesday 11 June 2002 5:24 pm, you wrote: Tom: You just need to tell rsync to use numeric IDS, or else make a /etc in the chroot root, so that names can be resolved (it's chrooted, so it can't see the real /etc... ever notice the /etc in anon ftp sessions?). By default, rsync uses the

problem and a question

2002-06-11 Thread Simison, Matthew
I am running a simple command, no firewall dropping, going to unix rsync server 2.3.1 from a win2k machine. and I am getting this error. note:(this used to work before I upgraded my win machine from NT4 to win2k. C:\DATA\RSYNCc:\winnt\rsync -a -v c:\rsync\test-rsync [EMAIL

Re: problem and a question

2002-06-11 Thread Wayne Davison
On Tue, 11 Jun 2002, Simison, Matthew wrote: c:Connection refused rsh: can't establish connection Did you used to have an RSYNC_RSH variable in your environment? Perhaps one that was set to use ssh? You could run echo $RSYNC_RSH on one of your Unix boxes to see what they're set to use.