ProjectsServicesContactdavid@grayskies.net | OverviewRsyncmanager is a daemon designed to simplify the task of coordinating multiple file transfers to or from a machine. It was originally written to serve as the managing hub of a backup system that used rsync to feed in files from many other machines, so that all backups could be run from a single place. That said, it can be used to coordinate any kind of regular file transfer, from a simple hourly copy of an email store from a primary to a backup server, to multiple concurrent rsyncs to multiple machines on varying schedules. Features
Requirements
Get ItRsyncmanager can be easily gotten as a gem through rubyforge, either by downloading it here or by using the gem command directly: gem install rsyncmanager A plain tarball of the latest code can be gotten here. ConfigurationAlmost all configuration of rsyncmanager is handled through its XML configuration file. It can be placed anywhere on the system and is referenced with the -c commandline parameter. A very complete example follows at the end of the README included in the distribution – although many sections can be left out. A much simpler example looks something like this: <configuration> |