#!/bin/sh # /usr/scripts/save.script # # Shell script: save.script # # Author: Kevin FitzGerrell # # This script, scheduled by CRONTAB to run weekly # does a saveall of each station to the /opt/save # directory. Standard output is appended to a log # file /usr/scripts/save_all.log (by CRONTAB) which # shows the date and any error messages. # date cd /opt/fox/ciocfg/api /opt/fox/ciocfg/api/save_all CPGRND /opt/save sleep 15 /opt/fox/ciocfg/api/save_all ABGRND /opt/save sleep 15 /opt/fox/ciocfg/api/save_all XTGRND /opt/save sleep 15 /opt/fox/ciocfg/api/save_all X2GRND /opt/save sleep 15 /opt/fox/ciocfg/api/save_all ABCRSH /opt/save sleep 15 /opt/fox/ciocfg/api/save_all ABRENY /opt/save sleep 15 /opt/fox/ciocfg/api/save_all ABDTOX /opt/save
Text file Source (historic): geocities.com/fitzgerrell/dcs_stuff/raw_scripts
geocities.com/fitzgerrell/dcs_stuffgeocities.com/fitzgerrell
(to report bad content: archivehelp @ gmail)
|
|
|
|
|