RE: [path] & module options with SSH

2002-02-06 Thread Daniel Ouellet
Many thanks Dave! I very much appreciate you taking the time to answer ALL my questions! It was very instructive and helpful to me! I have to say, two days ago, I never eared of rsync and today, I honestly can't say how useful it is to me! I guess someone doesn't know how much they miss someth

Re: [path] & module options with SSH

2002-02-06 Thread Dave Dykstra
On Wed, Feb 06, 2002 at 02:57:29PM -0500, Daniel Ouellet wrote: > Dave Dykstra wrote: > > JD Paul's patch which I previously referred to will give you what > > you want. > > So, this patch would apply only when the :: is in use correct? That's what I > understand. Yes. > > ":" syntax uses rsh (

RE: [path] & module options with SSH

2002-02-06 Thread Daniel Ouellet
> > On Wed, Feb 06, 2002 at 12:04:49PM -0500, Daniel Ouellet wrote: > > So, I guess this is the answer to my question as to why the > config wasn't > > limiting the users. > > > > Great, thanks for that answer, but this still leave me with how > can I limit > > access to specific portion of the fi

Re: [path] & module options with SSH

2002-02-06 Thread Alberto Accomazzi
The discussion about syntax for remote file specification and the exchange between Martin and Wayne about configure options for rsh make me wonder if we should push some alternative syntax for specifying the transport protocol to be used by rsync. I, for one, always stick to the rsync://host/m

Re: [path] & module options with SSH

2002-02-06 Thread Dave Dykstra
On Wed, Feb 06, 2002 at 12:04:49PM -0500, Daniel Ouellet wrote: > So, I guess this is the answer to my question as to why the config wasn't > limiting the users. > > Great, thanks for that answer, but this still leave me with how can I limit > access to specific portion of the file system as I pu

RE: [path] & module options with SSH

2002-02-06 Thread Daniel Ouellet
ROTECTED]]On Behalf Of Dave Dykstra Sent: Wednesday, February 06, 2002 9:56 AM To: Daniel Ouellet Cc: [EMAIL PROTECTED] Subject: Re: [path] & module options with SSH rsync --daemon and ssh do not currently work together at all. If you use the syntax "hostname::module", rsync ignores the

Re: [path] & module options with SSH

2002-02-06 Thread Dave Dykstra
rsync --daemon and ssh do not currently work together at all. If you use the syntax "hostname::module", rsync ignores the '-e ssh'. It sounds like you are not using the double-colon syntax so rsyncd.conf is ignored. Someone has posted a patch that enable the two to work together but it hasn't ye

[path] & module options with SSH

2002-02-05 Thread Daniel Ouellet
Hi, I am running rsync 2.5.2 and have a server running rsync --daemon over ssh. Now, I read plenty of information on rsync, all the man & all the info on the rsync.samba.org + many other sites that for the most part all say the same with a few exceptions. Did search on google and even look at th