autoarchive is the function called by tsched to archive satellite passes after they have been captured. autoarchive rules are part of autosched rules, and are carried over to the schedlist file when satellite passes are scheduled.
autoarchive has the same parameters as archive. In fact, autoarchive is simply a shell script that invokes archive with the optional parameter auto_archive=yes. This causes archive to make an entry in the $PASSDIR/schedlog file when it completes, and also to update the onlinecat file in $PASSDIR with the appropriate status.
autoarchive monitors its archive sub-process, killing it if it runs for more than one hour. This should only happen if the tape driver hangs in some way. Note that tsched allows only one autoarchive process to run at a given time.
autoarchive is not intended to be an end user function.
autosched,schedlist,onlinecat,passcat
Last Update: $Date: 1999/05/10 21:22:13 $