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.
- 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.
For more details, see the official documentation.
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. Behind the hood, your database's standard/best procedure is used to backup and restore data. Optionally, DBBackup can apply compression and/or encryption before transferring the data to nearly any storage system.