Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bigbluehat/copy-couch

Copy couches from one side of the Web to the other
https://github.com/bigbluehat/copy-couch

Last synced: about 2 months ago
JSON representation

Copy couches from one side of the Web to the other

Awesome Lists containing this project

README

        

# copy-couch

Does what it says on the tin.

## backup.py

This is the first of a handful of copy-couch scripts.

Given a `config.ini` file (see `config.ini.sample`) it will loop through any
local CouchDB databases and replicate them to the remote CouchDB or
[Cloudant](http://cloudant.com/).

## config.ini

Be sure to base64 encode those passwords, kids!
```
$ python -m base64 -e <<< 'open sesame'
```

## License

Apache License 2.0