Skip to content

Archmonger/django-dbbackup

Repository files navigation

Django DBBackup

Build Status

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, local file storage, or any Django-supported storage.

Features

  • Secure your backup with GPG signature and encryption.
  • Archive with compression.
  • Easily manage remote archiving.
  • Keep your development database up to date.
  • Set up automated backups with Crontab or Celery.
  • Manually backup and restore via Django management commands.

Documentation

For more details, see the official documentation.

Why use DBBackup?

DBBackup gives you a simple yet robust interface to backup, encrypt, transmit, and restore your database and media.

In a few words, it is a pipe between your Django project and your backups. It is written to be far more efficient than Django's backup/restore commands by using your database's native/standard/best procedure(s) or tool(s) to perform backups.

Ultimately, this helps simplify the task of "creating a backup" by removing the need for writing relational query commands, using complex tools, or creating scripts. Optionally, DBBackup can apply compression and/or encryption before transferring the data to nearly any storage system.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 80

Languages