Multi-Cloud-Mirror
Description
multi-cloud-mirror provides an easy, multi-processing way of synchronizing a bucket at Amazon S3 to a container at Rackspace Cloud Files, or vice versa. It is written and maintained by Joe Masters Emison, reachable by email at joe at buildfax dot com.
Installation
multi-cloud-mirror should work with all versions of python from 2.7 onward (tested with 2.7.1), and will probably work with earlier versions as well (potentially with some modifications). multi-cloud-mirror was developed with the following modules:
easy_install python-cloudfiles==1.7.9.1easy_install boto==1.9beasy_install argparse
You will also need to install configuration files on the local system for multi-cloud-mirror to work:
/etc/boto.cfg (or ~/.boto):
[Credentials]aws_access_key_id =
aws_secret_access_key =