X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Finstallation-6.html;fp=html%2Finstallation-6.html;h=d1378c81500b69303f6b644111c5ae790a07f89d;hb=b8ff94755eecda16276c449274c6a76c4f14a8d1;hp=0000000000000000000000000000000000000000;hpb=888f29019bd55b89ee5c506ee7d2d71f0c3dafb8;p=spider.git diff --git a/html/installation-6.html b/html/installation-6.html new file mode 100644 index 00000000..d1378c81 --- /dev/null +++ b/html/installation-6.html @@ -0,0 +1,50 @@ + + + + + The DXSpider Installation Manual v1.47: General Information + + + + + +Next +Previous +Contents +
+

6. General Information

+ +

The following relates to all versions of DXSpider and is not platform related. +

+

6.1 The crontab file +

+ +

Login as sysop 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) +

+

+
+# 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')
+
+
+

+

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. +

+

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 +DXSpider website +at the cron page where it is explained more fully. +

+


+Next +Previous +Contents + +