--delete doesn't work

2002-05-01 Thread David Walgamotte Jr.
--delete doesn't work , I've read the docs, can anyone help ?   ie .   /usr/local/bin/rsync -rztvp --delete rsync://1.1.1.1/file/*.dat /export/home/test/     As docs read --delete will remove files on rec. server that are not on sending server. This does not work .   Regards, David

Re: rsync 2.5.5 fails to kernel.org

2002-05-01 Thread Scott Russell
On Wed, May 01, 2002 at 03:58:26PM -0500, Dave Dykstra wrote: > I tried the same command using rsync 2.5.5 on a Solaris 7 machine and it > got around 860MB before I cancelled it. Is this one still a problem for > you? I was copying to an empty directory and using a different operating > system,

Re: is there a `newer' function

2002-05-01 Thread Dave Dykstra
On Fri, Apr 12, 2002 at 03:01:59AM -0700, Harry Putnam wrote: > Hope I haven't just blindly overlooked this in man rsync: > > 1) > Some way to run rsync with any of the usual command lines but only > applicable to files newer than some stipulated date.(on the source) No, there's no option to do

Re: rsync 2.5.5 fails to kernel.org

2002-05-01 Thread Dave Dykstra
I tried the same command using rsync 2.5.5 on a Solaris 7 machine and it got around 860MB before I cancelled it. Is this one still a problem for you? I was copying to an empty directory and using a different operating system, but at least it rules out a widespread general problem. I haven't see

Re: date of new directories

2002-05-01 Thread Dave Dykstra
On Wed, Apr 10, 2002 at 06:55:05PM -0700, Ian Kettleborough wrote: > Does rsync-2.5.5 (and ealier versions) seems to have a problem with an open > socket? > > I finally figured out which socket to exclude. > > Now I get an mknod error message the first time I run rsync and the second > time it r

Re: Patch to avoid 'Connection reset by peer' error for rsync on cygwin

2002-05-01 Thread Max Bowsher
What is the status of my patch? If the answer is 'In a ToDo list', then I will be quite happy, but if there are any objections to it, I would like to resolve them. Thankyou. Max. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://w

RE: rsync 2.5.5 compilation problems

2002-05-01 Thread Israel, David N
Dave, I overcame the problems. aix 325 & sunos the problems were solved by running configure with ksh nistead of sh. My HP11i worked after the host was reinstalled. Thanks for your time, David Israel Intel -Original Message- From: Dave Dykstra [mailto:[EMAIL PROTECTED]] Sent:

Re: Compilation problem and solution on Solaris 2.7

2002-05-01 Thread Dave Dykstra
I compiled rsync 2.5.5 on Solaris 2.7 with both gcc and cc and did not get any errors about missing functions. Could you send me the output of "configure"? - Dave Dykstra On Sat, Apr 06, 2002 at 10:59:53AM +0200, Jean-Francois Stenuit wrote: > > To whoever it may help, > > My flavor of Solari

Re: switch server/client mode...

2002-05-01 Thread Dave Dykstra
On Wed, Apr 10, 2002 at 03:56:14PM +0200, Michael Bramer wrote: > Hello > > [I am not on this mailing list, please use CC:, Thanks] > > > On the debian mailing list, we have a discussion about rsync. > See > http://lists.debian.org/debian-devel/2002/debian-devel-200204/msg00700.html > and rep

Re: rsync 2.5.5 compilation problems

2002-05-01 Thread Dave Dykstra
I can't tell you about HPUX 11* or aix*, but Sunos4.1.4 compiled fine for me, as did HPUX 10.20. Looking at config.log might help you. I use gcc; I don't believe the standard cc on Sunos4 supports ANSI C. - Dave Dykstra On Sat, Apr 06, 2002 at 09:17:33PM +0300, Israel, David N wrote: > Hi, >

Re: gzip compression on target disk writes

2002-05-01 Thread Dave Dykstra
Sorry, that functionality does not exist in rsync. It has been suggested several times but nobody has ever tried to implement it. - Dave Dykstra On Wed, May 01, 2002 at 11:27:36AM +0100, Nic LAWRENCE wrote: > Hi, > > I'm looking to see if some functionality currently exists in rsync. I > cou

gzip compression on target disk writes

2002-05-01 Thread Nic LAWRENCE
Hi, I'm looking to see if some functionality currently exists in rsync. I couldn't see it in the docs, so thought I'd check here. My company is currently using some in-house code to backup core servers to an archive machine. It's similar to rsync a little cumbersome and we would like to replace

"make test" comments

2002-05-01 Thread David E. Weekly
Just as a heads-up, "make test" in 2.5.5 release did not, on my system, use the rsync in the build directory. Instead, it just exec's "rsync" -- since "." is not in my path, it uses the system rsync. This could quietly give a false sense of confidence to folks working on the code if the prior vers