https://github.com/typecode/django-dbbackup
forked from https://bitbucket.org/mjs7231/django-dbbackup on 2014.10.30
https://github.com/typecode/django-dbbackup
Last synced: about 1 year ago
JSON representation
forked from https://bitbucket.org/mjs7231/django-dbbackup on 2014.10.30
- Host: GitHub
- URL: https://github.com/typecode/django-dbbackup
- Owner: typecode
- License: bsd-3-clause
- Created: 2014-10-30T20:01:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T20:47:25.000Z (over 11 years ago)
- Last Synced: 2025-01-24T16:14:59.113Z (over 1 year ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Django Database Backup #
This Django application provides management commands to help backup and
restore your project database to AmazonS3, Dropbox or Local Disk.
* Keep your important data secure and offsite.
* Use Crontab or Celery to setup automated backups.
* Great to keep your development database up to date.
# Docs #
http://django-dbbackup.readthedocs.org/