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`

Some configuration help needed.

2000-11-08 Thread Tyler Hardison
Hi everyone, I have been using rsync now for about 2 months on my companies' two job servers with great success. Twice when our main jobserver has gone down, our second "mirrored" server has picked up the ball and ran with it. However something happened last night that was very (funny to me)