collective.recipe.rsync

Buildout recipe to copy data from one place to another
Download

collective.recipe.rsync Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Publisher Name:
  • Alex Clark
  • Publisher web site:
  • http://plone.org/products/archaddon

collective.recipe.rsync Tags


collective.recipe.rsync Description

Buildout recipe to copy data from one place to another collective.recipe.rsync is a Zope buildout recipe that makes it easy to synchronize data between two locations, via the rsync program.It was originally created to make it easier to synchronize Data.fs files between Plone production and development environments. But you can use it to synchronize any tree of data e.g. ZODB blob files, and so on.Currently, it assumes you have a UNIX-based operating system and that the rsync binary is in your path when you run buildout.Usage:Add a section to your buildout.cfg file, e.g. database:parts += databaserecipe = collective.recipe.rsyncsource = aclark@aclark.net:/srv/aclark/var/filestorage/Data.fstarget = var/filestorage/Data.fsRun buildout. You should see:--------------------------------------------------------------------------------Running rsync... rsync -av --partial --progressaclark@aclark.net:/srv/aclark/var/filestorage/Data.fsvar/filestorage/Data.fs this may take a while! Requirements: · Python What's New in This Release: · Doc fixes · Make script name based on section name · Support more than one script in the same buildout


collective.recipe.rsync Related Software