This directory contains the following files:

  README           - This file
  Changes	   - Progress of cmirror
  cmirror          - Configurable mirror script
  cmirror-1.5.lsm  - The Linux Source Map file for these scripts

Getting Started
  I figured someone might save themselves a little time with this, and maybe
  even a lot, if their are not familar with script language (I suggest you
  get familar!) All the help can be found by understanding the code <grin>,
  and enough text has been put directly into the script so that anyone could
  configure it.

Suggestions
  Here is a few suggestions, if the directory changes very often, and gets
  new files every 24-72 hours do:
  crontab -e <username>

  0 6 * * *         <location of cmirror>

  If the directory updates every minute <grin>:
  0 1 * * *	    <location of cmirror>

  Do remember, that if would be fastest if you placed the actual address of
  the sites, and not their name address (saves the time of quiering the
  domain name servers).

Working Directory
  The working directory is used to store/use several files:
	
	crntfiles(.old) = Files located in the IN_DIR
	files(.old)	= Files located in the HOST_DIR
	rmaction	= Removed files list from last time running
			  cmirror 
	mvaction	= Moved files list from last time running
			  cmirror 

Copyright / Warranty

  You man do as you wish for the code, as long as you do not expect my
  help after you have reconfigured more then a "few" things. If you do 
  make imporvements I would like to see a version, and if you wish to 
  take any of the code, do so and if you so desire credit me in any way
  that you wish.

  This script started mostly for a personal purpose, and has moved more
  towards an easy way to mirror any one single directory off a site.


-- Adam 
	adampr@i-link.net (secondary: adampr@engin.umich.edu)
