#---------#---------#---------#---------#---------#---------#---------#---------
# title
#   copy my docroot to many web servers using rsync
# author
#   larg 22/04/03
# description 
#   This script calls a script which calls rsync itself. 
#   I added this for logging
#---------#---------#---------#---------#---------#---------#---------#---------
    echo "A copy of this update is kept in the file /tmp/rsync.log."
    /home/rsync/file-copy-rsync --real \
        /opt/data/webdocroots/isp01/www.isp01.co.uk/cgi-bin \
        elspiw03 elspiw04
        | tee -a /tmp/rsync.log
#---------#---------#---------#---------#---------#---------#---------#---------

