Partlix SQL Backup
โจ Features
๐ Automated Backups: Schedule regular backups of your database server
๐ก๏ธ Secure Storage: All backups are encrypted and stored securely in the cloud
๐ Resource Monitoring: Real-time monitoring of CPU and memory usage
๐ Log Management: Comprehensive logging and debugging capabilities
๐ Easy Integration: Simple setup with your existing server
๐ Performance: Optimized for minimal server impact
๐ฏ Quick Start
Download the client from backupsql.partlix.net
Extract the files to your Machine
Configure your settings in
config.json
Run
start.bat
to begin automated backups
๐ Requirements
Windows Server/PC
Node.js 14.0 or higher
MySQL/MariaDB Server
๐ง Configuration
{
"api": {
"url": "http://api.backupsql.partlix.net",
"key": "your-api-key"
},
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "",
"name": "your_database"
}
}
๐ฎ Usage
The client provides a user-friendly menu interface:
Start Backup Client
Stop Backup Client
Restart Backup Client
Show Status
Show Resource Usage
Show Debug Logs
๐ Security
All backups are encrypted using industry-standard encryption
API keys are required for authentication
Secure HTTPS connections for all communications
No sensitive data is stored locally
๐ก Support
Join our Discord Server for support
Check the Documentation for detailed guides
Contact support at [email protected]
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
Made with โค๏ธ by Partlix
Last updated