INSTALL Procedure for etc-saver 0.6
===================================

0) Edit the variables at the top of the script (they're labeled).  Look
   through the rest of the script and make sure everything looks like it
   should for your system.

1) Edit etc-saver.conf to reflect what files you want excluded from the
   archive.  I usually exclude anything that I understand and know will
   never change.

2) Copy etc-saver to a suitable location (I use /usr/local/sbin).

3) Copy etc-saver.conf to the location you specified in the script - if
   you didn't change it then teh default is /usr/local/etc.

4) Add a line that looks like this to your crontab...

	30 2 * * * root /usr/local/sbin/etc-saver >> /dev/null

Or whatever you prefer.  This line will run etc-saver at 2:30 AM every
day and send all output messages to /dev/null.  root will still get
email should anything go wrong, however.