Re: configuration question.

2002-10-29 Thread tim . conway
[EMAIL PROTECTED]> 10/29/2002 03:23 PM To: Tim Conway/LMT/SC/PHILIPS@AMEC cc: 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 s

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. Cla

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

configuration question.

2002-10-29 Thread Armin Safarians
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 module. I.E. modulename     path=/web     ...     ...     ...

Re: [Cvale] Update to the configuration question:

2000-11-09 Thread Tyler Hardison
Lets try that again: #!/bin/sh raidlist=`/sbin/mount | grep raid | awk '{print $1}' | sed -e 's/\///'` echo $raidlist #!/bin/sh #This script will sync Jobserver 1 to Jobserver 2. This script is "safe" and works great. I am adding some other rsyncd.conf #volumes to help with printer sync

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`

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 's/\///