trying again after broken pipe error
[spider.git] / html / installation-6.html
diff --git a/html/installation-6.html b/html/installation-6.html
new file mode 100644 (file)
index 0000000..d1378c8
--- /dev/null
@@ -0,0 +1,50 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<HTML>
+<HEAD>
+ <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
+ <TITLE>The DXSpider Installation Manual v1.47: General Information</TITLE>
+ <LINK HREF="installation-5.html" REL=previous>
+ <LINK HREF="installation.html#toc6" REL=contents>
+<link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
+</HEAD>
+<BODY>
+Next
+<A HREF="installation-5.html">Previous</A>
+<A HREF="installation.html#toc6">Contents</A>
+<HR>
+<H2><A NAME="s6">6. General Information</A></H2>
+
+<P>The following relates to all versions of DXSpider and is not platform related.
+<P>
+<H2><A NAME="ss6.1">6.1 The crontab file</A>
+</H2>
+
+<P>Login as <EM>sysop</EM> and create a file in /spider/local_cmd called crontab.  
+Edit it with your favourite editor and add a line like this (I have included 
+a comment)
+<P>
+<BLOCKQUOTE><CODE>
+<PRE>
+# check every 10 minutes to see if gb7xxx is connected and if not
+# start a connect job going
+
+0,10,20,30,40,50 * * * * start_connect('gb7xxx') if unless connected('gb7xxx')
+</PRE>
+</CODE></BLOCKQUOTE>
+<P>
+<P>The callsign involved will be the callsign of the cluster node you are 
+going to connect to.  This will now check every 10 minutes to see if 
+gb7xxx is connected, if it is then nothing will be done.  If it is not, 
+then a connect attempt will be started.
+<P>
+<P>There are probably lots of other things you could use this crontab file for.  
+If you want to know more about it, look at the
+<A HREF="http://www.dxcluster.org/cron.html">DXSpider</A> website 
+at the cron page where it is explained more fully.
+<P>
+<HR>
+Next
+<A HREF="installation-5.html">Previous</A>
+<A HREF="installation.html#toc6">Contents</A>
+</BODY>
+</HTML>