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
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`
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/\///
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)
int
Sorry guys for the previously stupid post. I fixxed my
problem by excluding Network Trash Folders that the
Macintoshes created on our server.
Sorry.
Tyler.
Tyler Hardison It is better to shut your mouth and be
a fool,
Systems Administrator