Re: bug: rsync always writes temp-files to current directory sincecvs-20030326

2003-08-04 Thread jw schultz
On Mon, Aug 04, 2003 at 09:59:13PM +0200, Peter Lundkvist wrote: > Hi, > > The documentation states that rsync writes temp-files to the recieving > directory, unless --temp-dir is specified. This is not true since > cvs-20030326, when receiver.c was modified. > ( http://cvs.samba.org/cgi-bin/cvswe

Re: bug: rsync always writes temp-files to current directory sincecvs-20030326

2003-08-04 Thread Wayne Davison
On Mon, Aug 04, 2003 at 09:59:13PM +0200, Peter Lundkvist wrote: > The documentation states that rsync writes temp-files to the recieving > directory, unless --temp-dir is specified. This is not true since > cvs-20030326, when receiver.c was modified. > ( http://cvs.samba.org/cgi-bin/cvsweb/rsync/r

bug: rsync always writes temp-files to current directory sincecvs-20030326

2003-08-04 Thread Peter Lundkvist
Hi, The documentation states that rsync writes temp-files to the recieving directory, unless --temp-dir is specified. This is not true since cvs-20030326, when receiver.c was modified. ( http://cvs.samba.org/cgi-bin/cvsweb/rsync/receiver.c#rev1.44 ) You will get this error when you don't have wri

Re: problems with volume sync with red hat 9

2003-08-04 Thread jw schultz
On Mon, Aug 04, 2003 at 05:12:19PM +0200, Eckart Frehe wrote: > Dear All, > > > I´m trying to sync two ext3 filesystems on a single red hat 9 host with the > following command: /usr/bin/rsync -ax /data/raid/ /data/raid_kopie. > > This should work, because it worked on lots of sun stations, wher

Re: SIGCHLD SIG_IGN, then wait - warning messages

2003-08-04 Thread Wayne Davison
On Mon, Aug 04, 2003 at 10:53:36AM -0400, Hardy Merrill wrote: > I'm not sure what the procedure is for this, but I'd like to request > that this patch be committed so it will be in future rsync versions. I think it's at least better than what's currently there, so I've committed it to CVS. ..way

Re: Include-from ?

2003-08-04 Thread Hardy Merrill
Max Kipness [EMAIL PROTECTED] wrote: > Thanks for the info. I actually did not specify my configuration right > so that it is where I was going wrong. However, I'm still not able to > only rsync /Test2. > > My root directory is: > > /Rootdir > > And then subdirectories of /Rootdir are: > > /Tes

Re: Rsync not connecting

2003-08-04 Thread Hardy Merrill
Bhattacharyya, Somraj [EMAIL PROTECTED] wrote: > > Hi All > I am using the following command to update data from one server to another > one. But it is > returning back with error. > > Without SSH: > [EMAIL PROTECTED] var]# rsync -ae /var/www pc165002.napier.ac.uk:/var/www Without ssh also mea

(no subject)

2003-08-04 Thread admin
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

problems with volume sync with red hat 9

2003-08-04 Thread Eckart Frehe
Dear All, I´m trying to sync two ext3 filesystems on a single red hat 9 host with the following command: /usr/bin/rsync -ax /data/raid/ /data/raid_kopie. This should work, because it worked on lots of sun stations, where I installed it before. Unfortunately the process exits with: rsync error

Re: [rsync@b] Re: rsync 2.5.6 globbing bug

2003-08-04 Thread Alan Burlison
Bert wrote: While I don't know about the ins-and-outs of globbing libraries (and, therefore, can't judge ease, etc)... The whole "it's rare [and an obscure (imo) work around exists] so let's not worry about it" is a reason to reject a feature, NOT a bug fix. As Alan already has done much and i

Re: SIGCHLD SIG_IGN, then wait - warning messages

2003-08-04 Thread Hardy Merrill
This patch worked for me, and it worked for the person that posted the bug. No more warnings after applying this patch. I'm not sure what the procedure is for this, but I'd like to request that this patch be committed so it will be in future rsync versions. Thanks Wayne! -- Hardy Merrill Red H

Re: always copy the whole file?

2003-08-04 Thread bob parker
On Mon, 4 Aug 2003 12:55, AndyWu wrote: > Here's how it works in my 2 computers. > > First, on auk2 > # rsync -a auk1::pub/linux.iso . > It takes about 4 minutes. Everything is fine. > > However, after doing this on auk1, > # echo "hello" >> /pub/linux.iso > > Then, on auk2 > # rsync -a auk1::pub/l

Status of rsync + cygwin

2003-08-04 Thread Edward Grace
Dear All, I have been following the rsync discussion list for some time, particularly with reference to the rsync problems on Cygwin. From my understanding there are two (seperate) issues. 1) Rsync can wait indefinitely due to some form of child/signal handling problem (I imagine

Re: always copy the whole file?

2003-08-04 Thread jw schultz
On Mon, Aug 04, 2003 at 03:02:48PM +0800, AndyWu wrote: > Thanks for your help. > The linux.iso is 640MB. > I guess you indicate this thread, "[RFC] dynamic checksum size". I don't think so. I think it is an earlier thread. Try googling on --block-size. > I must review the whole archive again,

RE: always copy the whole file?

2003-08-04 Thread AndyWu
Thanks for your help. The linux.iso is 640MB. I guess you indicate this thread, "[RFC] dynamic checksum size". I must review the whole archive again, since most files > 8GB in my case. I'm trying to add some realtime replication funciton to rsync. I also found that someone did it with the changed