/kubera

Automatic PostgreSQL backups to Dropbox

Primary LanguageClojureMIT LicenseMIT

Kubera

Kubera is a automatic backup system for PostgreSQL databases that uploads the backups to Dropbox.

Usage

Configuration is based on ENV vars:

Example

$ export DATABASES="postgres://example.com/database1 postgres://example.com/database2"
$ export SCHEDULE="0 0 * * * ?" # Do one backup per hour
$ export DROPBOX_TOKEN="SAMPLE_TOKEN"
$ java -jar kubera-clojure-0.1.0-standalone.jar 

License

See LICENSE.