Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bigbluehat/copy-couch
- Owner: BigBlueHat
- License: apache-2.0
- Created: 2015-11-15T02:42:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T03:53:09.000Z (about 9 years ago)
- Last Synced: 2024-10-16T20:50:36.149Z (2 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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