1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: django-dbbackup
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tom Teichler <debdolph@tom-teichler.de>, Dominik George <natureshadow@debian.org>
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-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.
|