Django Database Backup

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 system.

It is made for:

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

Warning

Django DBBackup version 3 make great changements see Upgrade documentation to help to up to date.

Contents:

Compatibility

As we want to ensure a lot of platforms will be able to save data before upgrading, Django-DBBackup supports PyPy, Python 2.7, 3.2 to 3.5 and Django greater than 1.6.

Indices and tables