- कई तरह के DB को एक ही web UI से backup, restore, scheduling करने वाला self-hosting manager
- MySQL/PostgreSQL/MariaDB/MSSQL/MongoDB/SQLite/Firebird/Redis/Valkey सपोर्ट
- SSH tunnel: bastion/jump server के जरिए private network के अंदर DB से password या key-based authentication के साथ कनेक्ट
- Remote agent: inbound port के बिना HTTPS से outbound connection, firewall/isolated network में local dump के बाद storage पर upload
- Automatic backup: daily/weekly schedule, simple time-based (दिनों के हिसाब से) या GFS(grandfather-father-son) retention policy
- multi-compression options: gzip, zstd(20–40% बेहतर compression ratio), संवेदनशील डेटा के लिए AES-256 encryption
- Cross-server restore: production snapshot को staging जैसे compatible server पर restore, scheduled restore नवीनतम पूर्ण snapshot को replay करके target DB को नियमित रूप से refresh करता है (उदाहरण: हर रात prod → staging)
- Built-in data browser: built-in Adminer से MySQL/PostgreSQL/SQLite query/viewing (admin enable होने पर, role-based restriction)
- flexible storage options: local, S3-compatible storage(AWS S3, MinIO आदि), Azure Blob, Samba/SMB, SFTP/FTP सपोर्ट
- Real-time monitoring: detailed job log tracking, failure पर Email/Slack/Discord/Telegram/Pushover/Webhook notification
- Multi-tenant organization सपोर्ट: isolated workspace, role-based access control, OAuth/SSO(Google/GitHub/GitLab/OpenID Connect), 2-step authentication option
- REST API और MCP server: script/CI/CD integration और Claude Code/Cursor जैसे AI assistant के जरिए natural language backup management
- simple deployment option: web server/queue worker/scheduler के साथ built-in single Docker container के रूप में deploy
- MIT license / PHP-आधारित
अभी कोई टिप्पणी नहीं है.