UnderCover
(C)2003 Romain GUY <romain.guy@jext.org>
14:08 27/08/2003
================================================================================
Requirements:  Python 2.2/2.3
Under Windows: win32all-155
================================================================================

This Python tool allows you to do automatic backups of directories from your
computer to another (you can even do this backups locally). UnderCover is made
of four modules :

UnderCover.py
  It is management script for UnderCoverServer. You can use it this way :
  UnderCover.py start|stop|restart
  You can also use it from your own program to start/stop/restart the server.
  This module reads undercoverserver.conf to set up the options.

UnderCoverCron.py
  It behaves like a normal Unix cron process. It reads undercovercron.conf file
  every minute. This file let you choose the remote directory where to copy the
  files, the local directories to backup and the times at which the backup
  must occure.

UnderCoverServer.py
  This is an XML-RPC server which provides two methods : stop() and backup().
  The latter needs the remote path and a list of local paths. The default port
  is 4620.

UnderCoverService.py
  A Win32 service for UnderCoverCron. You can install it py running :
  UnderCoverService.py install
  UnderCoverService.py start