{% extends "base.html" %} {% block title %}Backup Center{% endblock %} {% block content %}

Backup Center

Securely download your application files for local archiving or replication.

Database Backup

Contains all settings logs, statistics history, whitelists, blacklists, and security auditing logs.

Download SQLite DB
Configuration JSON

Contains the global parameters, SMTP credentials, layout attributes, site settings, and bot delays.

Download config.json
Telegram Session

Contains the binary crypt session tokens for your Telethon User Client. Keep this file highly secure!

Download session.session
Restore Tip: To restore a backup, simply upload the downloaded files back to their respective folders (database/database.db, config/config.json, or sessions/telegram_session.session) on your server and restart the application.
{% endblock %}