Git Product home page Git Product logo

dsync's Introduction

Dsync

Dsync is a Go-built tool that syncs files and databases between different environments, majorly catering to WordPress projects. It utilizes rsync for file sync, MySQL's mysqldump for database sync, and allows process customization via a JSON config file.

Features

  • File and Database sync using rsync and MySQL's mysqldump respectively.
  • Process customization with a JSON config file.
  • Default config file generation.

Prerequisites

  • Go 1.20 or later.
  • Access to both local and remote servers.
  • SSH access to the remote server.

Installation

Using go install:

go install github.com/asolopovas/dsync@latest

Clone the repo and build the app:

git clone https://github.com/asolopovas/dsync.git go build -o $ABSOLUTE_PATH_TO_DSYNC main.go

Add it to your system path or copy executable sudo cp dsync /usr/local/bin/.

Usage

Dsync operates on a config file (dsync-config.json). Generate a default config file using -g flag:

dsync -g

Modify dsync-config.json as per your needs. The config file comprises:

  • SSH Host details.
  • Remote and Local host settings.
  • File and Directory sync details.
  • Database replace rules for various environments.

After configuring, sync files and database with: Version:

dsync -v

Sync All:

dsync -a

Sync Files only:

dsync -f

Sync Database only:

dsync -d

For a custom config path use -c flag:

dsync -c "/path/to/your/config.json"

Contributing

Open issues, submit pull requests, and share feedback.

License

MIT License.

dsync's People

Contributors

asolopovas avatar

Stargazers

Donald Nguyen avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.