14 releases
new 0.1.13 | Nov 22, 2024 |
---|---|
0.1.12 | Nov 21, 2024 |
0.1.5 | Oct 30, 2024 |
#55 in Database interfaces
1,206 downloads per month
37KB
919 lines
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.
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:
cargo install dumpsync
Documentation
For detailed usage instructions and configuration options, please refer to the official documentation.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Dependencies
~19–35MB
~583K SLoC