aponmart / django-dbbackup

Management commands to help backup and restore your project database and media files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Database Backup

Documentation Status https://coveralls.io/repos/django-dbbackup/django-dbbackup/badge.svg?branch=master&service=github

This Django application provides management commands to help backup and restore your project database and media files with various storages such as Amazon S3, DropBox or local file storage.

It is made for:

  • Ensure yours backup with GPG signature and encryption
  • Archive with compression
  • Use Crontab or Celery to setup automated backups.
  • Great to keep your development database up to date.

Docs

See our offical documentation at Read The Docs.

Contributing

All contribution are very welcomed, propositions, problems, bugs and enhancement are tracked with GitHub issues system and patch are submitted via pull requests.

We use Travis coupled with Coveralls as continious integration tools.

About

Management commands to help backup and restore your project database and media files

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.8%Language:Makefile 0.2%