https://github.com/jazzband/django-dbbackup
Management commands to help backup and restore your project database and media files
https://github.com/jazzband/django-dbbackup
backup django hacktoberfest mongodb mysql postgresql sqlite
Last synced: 13 days ago
JSON representation
Management commands to help backup and restore your project database and media files
- Host: GitHub
- URL: https://github.com/jazzband/django-dbbackup
- Owner: jazzband
- License: bsd-3-clause
- Created: 2014-12-29T02:39:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-04T06:49:35.000Z (21 days ago)
- Last Synced: 2025-05-04T07:29:23.173Z (21 days ago)
- Topics: backup, django, hacktoberfest, mongodb, mysql, postgresql, sqlite
- Language: Python
- Homepage:
- Size: 651 KB
- Stars: 1,044
- Watchers: 22
- Forks: 222
- Open Issues: 69
-
Metadata Files:
- Readme: README.rst
- Contributing: contributing.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
- awesome-django - django-dbbackup - Management commands to help backup and restore your project database and media files. (Third-Party Packages / Commands)
- best-of-web-python - GitHub - 26% open · ⏱️ 03.04.2024): (Django Utilities)
README
Django Database Backup
======================.. image:: https://github.com/jazzband/django-dbbackup/actions/workflows/build.yml/badge.svg
:target: https://github.com/jazzband/django-dbbackup/actions.. image:: https://readthedocs.org/projects/django-dbbackup/badge/?version=stable
:target: https://django-dbbackup.readthedocs.io/
:alt: Documentation Status.. image:: https://codecov.io/gh/jazzband/django-dbbackup/branch/master/graph/badge.svg?token=zaYmStcsuX
:target: https://codecov.io/gh/jazzband/django-dbbackup.. image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: JazzbandThis 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 storage.It is made to:
- Allow you to secure your backup with GPG signature and encryption
- Archive with compression
- Deal easily with remote archiving
- Keep your development database up to date
- Use Crontab or Celery to setup automated backups
- Manually backup and restore via Django management commandsDocs
====See our official documentation at `Read The Docs`_.
Why use DBBackup
================This software doesn't reinvent the wheel, in a few words it is a pipe between
your Django project and your backup storage. It tries to use the traditional dump &
restore mechanisms, apply compression and/or encryption and use the storage system you desire.It gives a simple interface to backup and restore your database or media
files.Contributing
============.. image:: https://jazzband.co/static/img/jazzband.svg
:target: https://jazzband.co/
:alt: JazzbandThis is a `Jazzband `_ project. By contributing you agree
to abide by the `Contributor Code of Conduct `_
and follow the `guidelines `_.All contribution are very welcomed, propositions, problems, bugs and
enhancement are tracked with `GitHub issues`_ system and patches are submitted
via `pull requests`_.We use GitHub Actions as continuous integration tools.
.. _`Read The Docs`: https://django-dbbackup.readthedocs.org/
.. _`GitHub issues`: https://github.com/jazzband/django-dbbackup/issues
.. _`pull requests`: https://github.com/jazzband/django-dbbackup/pulls
.. _Coveralls: https://coveralls.io/github/jazzband/django-dbbackup