A simple tool for automated MySQL database dumps and restores
Kremilly

Kremilly @kremilly

About: I don't like Coffee

Location:
Brazil
Joined:
Mar 25, 2019

A simple tool for automated MySQL database dumps and restores

Publish Date: Nov 5 '24
2 2

Hey everyone! 👋

I’ve recently built a Rust-based tool called DumpSync that allows for automatic MySQL database dumps and restores. It’s designed for easy backups, restorations, or even transferring databases between servers.

Overview

DumpSync enables scheduled MySQL database dumps at configurable intervals, saving them to a directory of your choice. You can configure it using environment variables or command-line arguments, which makes it adaptable for various use cases — whether you're running regular backups or managing data migration tasks.

Features:

  • Automatic dumps at specified intervals
  • Environment variable and command-line configurations
  • Saves dumps in a specified directory for easy management

Check it out on GitHub and let me know what you think! I’d love to get feedback, suggestions, or ideas for improvement. 😊

Comments 2 total

  • Jones Beach
    Jones BeachNov 6, 2024

    cool tool! have you been using this in your own projects? love the clean code and documentation too!

    • Kremilly
      KremillyNov 11, 2024

      Yes, I'm used this tool in all projects.

Add comment