Re: rsync --server -e VERSION issue

2008-03-19 Thread Wayne Davison
On Wed, Mar 19, 2008 at 10:13:38PM +0100, Olivier Thauvin wrote: > I didn't said -e cause rsync server running a command, but in the case > the server is setup to allow me to run rsync through ssh, I can rsync > by hand 'ssh computer rsync -e'. The nice thing is that there is no need to deny -e as

Re: rsync fails to exclude... sometimes?

2008-03-19 Thread Wayne Davison
On Wed, Mar 19, 2008 at 10:11:52AM -0700, rdwyer wrote: > Is there a way to absolutely prevent rsync from copying > a specific file in a directory where every file but that one is to be > copied? One thing you can do to prevent a particular file from being transferred is to give rsync an absolute-

Re: rsync --server -e VERSION issue

2008-03-19 Thread Olivier Thauvin
Le mercredi 19 mars 2008, vous avez écrit : > On Wed, 2008-03-19 at 19:55 +0100, Olivier Thauvin wrote: > > It seems latest rsync pass -e to the remote server to specify rsync > > client is a preversion (A thing I understand because -e works on all > > rsync version). However, this cause problems o

Re: rsync fails to exclude... sometimes?

2008-03-19 Thread Matt McCutchen
On Wed, 2008-03-19 at 10:11 -0700, rdwyer wrote: > Rsync seems to intermittently ignore the exclude statement and copies them > from time to time. > rsync -avz --delete --update --stats > --exclude=/library/webserver/documents/domains/mydomain/file_to_exclude.html > -e ssh [EMAIL PROTECTED]:/Web_F

Re: rsync --server -e VERSION issue

2008-03-19 Thread Matt McCutchen
On Wed, 2008-03-19 at 19:55 +0100, Olivier Thauvin wrote: > It seems latest rsync pass -e to the remote server to specify rsync client is > a preversion (A thing I understand because -e works on all rsync version). > However, this cause problems on server having options restriction, like > denyi

rsync --server -e VERSION issue

2008-03-19 Thread Olivier Thauvin
It seems latest rsync pass -e to the remote server to specify rsync client is a preversion (A thing I understand because -e works on all rsync version). However, this cause problems on server having options restriction, like denying -e because it allow to execute any command on it. So I suggest

rsync fails to exclude... sometimes?

2008-03-19 Thread rdwyer
Hello List. I am using rsync to pull html files from a shared drive to 2 web server boxes to keep the files synchronized. However, I have a few files I do not want rsync to copy over because they contain information specific (IP address) to the box hosting them. Rsync seems to intermittently ign

Re: AW: rsync Windows UNC

2008-03-19 Thread Matt McCutchen
On Wed, 2008-03-19 at 16:37 +, Stuart Halliday wrote: > Probably easier to just do: > > net use Z: \\sharename\ > > Run rsync script (with a path of /cygdrive/z/) > > net use z: /DELETE > > Certainly quicker... ;-) The problem is that Stefan is operating a daemon with too many shares for

Re: AW: rsync Windows UNC

2008-03-19 Thread Stuart Halliday
Hehe, Probably easier to just do: net use Z: \\sharename\ Run rsync script (with a path of /cygdrive/z/) net use z: /DELETE Certainly quicker... ;-) -- Stuart Halliday -Original Message- From: "Kalb Stefan" <[EMAIL PROTECTED]> To: "Matt McCutchen" <[EMAIL PROTECTED]> Cc: rsync D

Re: rsync Windows UNC

2008-03-19 Thread Stuart Halliday
You're using the wrong path format for cwrsync in the rsyncd.conf file It needs to be in cygwin format. ie path = /cygdrive/c/windows/ or path = /cygdrive/z/ if it was a network drive of z:\ I don't think the basic cwrsync will support UNC paths. So I suggest you mount a drive to a network s

Re: Suggestions for basic rsync configuration

2008-03-19 Thread Paul Slootman
On Wed 19 Mar 2008, Peter Heiss wrote: > > Now I have a new situation, the linux OS was reinstalled (it crashed after a > bad restart) on the remote linux box where I was working with rsync. I have > reconfigured everything back to the way tit was before and I am now getting > a new error with the

Re: Suggestions for basic rsync configuration

2008-03-19 Thread Peter Heiss
Now I have a new situation, the linux OS was reinstalled (it crashed after a bad restart) on the remote linux box where I was working with rsync. I have reconfigured everything back to the way tit was before and I am now getting a new error with the following command: # rsync -zav --progress :/ra

Re: static compile of rsync

2008-03-19 Thread Paul Slootman
On Tue 18 Mar 2008, Lopez David E wrote: [...] > nss_deffinder.c:(.text+0xcc): undefined reference to `_dlclose' > /usr/lib/libc.a(nss_deffinder.o): In function `SO_per_src_delete': > nss_deffinder.c:(.text+0x104): undefined reference to `_dlclose' > collect2: ld returned 1 exit status > make: ***