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`