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.
- 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.
To install DumpSync, use the following command:
cargo install dumpsync
For detailed usage instructions and configuration options, please refer to the official documentation.
This project is licensed under the MIT License. See the LICENSE file for details.