Source: django-dbbackup Maintainer: Debian Python Team Uploaders: Tom Teichler , Dominik George Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-django (>= 2.2~), python3-setuptools, python3-tz, python3-testfixtures, python3-gnupg, python3-dotenv, python3-psycopg2, python3-mock, python3-django-storages, Rules-Requires-Root: no Standards-Version: 4.6.0 Homepage: https://github.com/django-dbbackup/django-dbbackup Vcs-Git: https://salsa.debian.org/python-team/packages/django-dbbackup.git Vcs-Browser: https://salsa.debian.org/python-team/packages/django-dbbackup Testsuite: autopkgtest-pkg-pybuild Package: python3-django-dbbackup Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Backup and restore commands for Django 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 storage. . It is made for: . * Ensure your backup with GPG signature and encryption * Archive with compression * Deal easily with remote archiving * Great to keep your development database up to date. * Use Crontab or Celery to setup automated backups.