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

  1. Download the client from backupsql.partlix.net

  2. Extract the files to your Machine

  3. Configure your settings in config.json

  4. 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:

  1. Start Backup Client

  2. Stop Backup Client

  3. Restart Backup Client

  4. Show Status

  5. Show Resource Usage

  6. 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

๐Ÿ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with โค๏ธ by Partlix

Last updated