Skip to content

Archmonger/django-dbbackup

Repository files navigation

Django Database Backup

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

About

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

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 79

Languages