dumpsync 0.1.12

DumpSync is a lightweight tool designed for efficiently dumping and restoring MySQL databases. Whether you need to create backups, restore databases, or transfer data between servers.
<div align='center'><img src='https://camo.githubusercontent.com/bba1e2629a190a9a11efa835abf931ffd18488d4479ab45898a93c899d59fa2a/68747470733a2f2f692e696d6775722e636f6d2f4e376d573934332e706e67'/></div>

DumpSync is a lightweight tool designed for efficiently dumping and restoring MySQL databases. Whether you need to create backups, restore databases, or transfer data between servers, DumpSync provides a simple and automated solution.

<div align='center'>
<img src='https://i.imgur.com/R8VOwQB.png'>
</div>

## Features


- **Automated Backups**: Schedule regular database dumps at configurable intervals.
- **Flexible Configuration**: Easily configure settings using environment variables or command-line arguments.
- **Simple Restoration**: Quickly restore your database from previously created dump files.
- **Cross-Server Transfers**: Seamlessly transfer databases between different MySQL servers.

## Installation


To install DumpSync, use the following command:

```bash
cargo install dumpsync
```

## Documentation


For detailed usage instructions and configuration options, please refer to the [official documentation](https://docs.dumpsync.com/).

## License


This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.