forked from Mirrors/Dispatcharr
- Create/Download/Upload/Restore database backups (PostgreSQL and SQLite) - Configurable data directory backups (via settings.py) - Scheduled backups (daily/weekly) via Celery Beat - Retention policy (keep last N backups) - Token-based auth for async task polling - X-Accel-Redirect support for nginx file serving - Comprehensive tests |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| asgi.py | ||
| celery.py | ||
| consumers.py | ||
| jwt_ws_auth.py | ||
| persistent_lock.py | ||
| routing.py | ||
| settings.py | ||
| urls.py | ||
| utils.py | ||
| wsgi.py | ||