Re: configuration question.

2002-10-29 Thread jw schultz
On Tue, Oct 29, 2002 at 12:11:14PM -0800, Armin Safarians wrote: How do you restrict rsync transfers to only modules in the configuration file? It seems like even though I have a module configured, users can transfer files that they had permission to which is not under the directory of the

Re: configuration question.

2002-10-29 Thread tim . conway
There are some who call me Tim? Armin Safarians [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 10/29/2002 01:11 PM To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:configuration question. Classification: How do you restrict rsync

Re: configuration question.

2002-10-29 Thread tim . conway
: Subject:Re: configuration question. Classification: Thank you for the informatoin. That is exactly what I was looking for. So what I'm to understand is you can get someone shell access but not rsync ability? AMS :-) [EMAIL PROTECTED] wrote: Your users have rsh

Update to the configuration question:

2000-11-09 Thread Tyler Hardison
Ok I'd like to thank everyone for their help on this and here is what I came up with. (thanks to Kristian Hoffman at PC-Intouch) Before RSYNC runs, I use rsh (with the mirrored server as a trusted host) to run the following command on server 1 `mount | grep raid | awk '{print $1}' | sed -e

Re: [Cvale] Update to the configuration question:

2000-11-09 Thread Tyler Hardison
Here is the requested script for those who are interested: {rsync.sh} #!/bin/sh #This script will sync Jobserver 1 to Jobserver 2. This script is "safe" and wor ks great. I am adding some other rsyncd.conf #volumes to help with printer syncing. LIST=`rsh -l rsync 192.168.40.4 /sbin/getraid.sh`