dumpsync

Crates.iodumpsync
lib.rsdumpsync
version0.1.11
sourcesrc
created_at2024-10-28 19:53:59.027325
updated_at2024-11-10 11:48:32.840099
descriptionDumpSync 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.
homepagehttps://kremilly.com
repositoryhttps://github.com/kremilly/DumpSync
max_upload_size
id1425993
size115,148
Kremilly (Kremilly)

documentation

https://dumpsync.kremilly.com/

README

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.

Commit count: 80

cargo fmt