One-Time Fix for Overwritten Files
This release provides a tool to recover media files that were overwritten due to duplicate names.
How to Use:
\\�ash
1. See which files were affected
docker-compose exec telegram-backup python -m src.redownload_conflicts --dry-run
2. Delete conflicts and mark for re-download
docker-compose exec telegram-backup python -m src.redownload_conflicts
3. Re-download only the affected files
docker-compose exec telegram-backup python -m src.telegram_backup
\`n
Note: This script will be removed in the next version (v0.3.3). Use it now if you upgraded from pre-v0.3.1.
Docker Images
- drumsergio/telegram-backup-automation:0.3.2
- drumsergio/telegram-backup-automation:latest