diff --git a/app/services/backup_service.py b/app/services/backup_service.py
index e3ef4534..6b6d33d9 100644
--- a/app/services/backup_service.py
+++ b/app/services/backup_service.py
@@ -584,7 +584,12 @@ class BackupService:
send_kwargs = {
'chat_id': chat_id,
- 'document': FSInputFile(file_path)
+ 'document': FSInputFile(file_path),
+ 'caption': (
+ f"📦 Резервная копия\n\n"
+ f"⏰ {datetime.now().strftime('%d.%m.%Y %H:%M:%S')}"
+ ),
+ 'parse_mode': 'HTML'
}
if settings.BACKUP_SEND_TOPIC_ID: