On Mon, 26 Feb 2001, Mike wrote:
> Works for me. The only thing I see as a problem is not knowing when
> the latest indexing is completed. If I had some way of sending a note
> to myself or the main server to know when it's done, ready to copy,
> etc.
If you have rsh/ssh, then you can certainly do things like
htdig [options]
scp [files] main:
ssh htmerge-script user@main
scp main:[files]
I've also used various "blocking files" for syching jobs on two
servers. For example, you have one script do something like this:
htdig [options]
scp [files] main:
until [ -f /path/to/status.file ]; do
sleep 360;
done
rm /path/to/status.file
...
And the main server has a script that creates the /path/to/status.file
file after it's done with htmerge.
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html