Backup & Restore (?page=backup) creates a full-system backup bundle — a single .zip file containing:
manifest.json — metadata, app version, timestampdatabase.sql — a full or partial SQL dumpuploads/ — every user-uploaded file (lab reports, photos, etc.)logs/ — error logs and Telegram/storage logsenv/env.txt — your .env configuration (credentials/config)Two supported paths:
.env file (with secrets/API keys) is included in the bundle; store backups securely and don't share them casually.
manifest.json.
uploads/ folder (lab reports, images) can be sizable; ensure enough disk space and download bandwidth before starting.
Was this article helpful?