Code Monkey home page Code Monkey logo

reasync's Introduction

ReaSync

ReaSync is a small tool to synchronize two folders in a locking way. It's intended for use with Reaper DAW to collaborate with others via NextCloud, Dropbox and similar software products but it can be used for other cases where you need a locked checkout of multiple files for multiple users.

Configuration

The tool is basically just a small dialog which each contributor needs to use in order to prevent synchronuous changes to the folder structure. You need to configure a local and a remote directory. The local directory is the one where you really work with your tool, Reaper for example. The remote directory is provided by your cloud-space and could be your dropbox folder, your next-cloud folder or a sub folder of such a synchronized directory. As a last step, you need to configure a user name. As there is no central user management, each contributor needs to use a unique name.

Features

The second tab page of the tool provides the following possibilities:

  • Refresh Status Determines the current status of the remote directory
  • Get Latest Completely deletes the local folder, recreates it and copies everything from the remote folder to it
  • Check out In addition to what Get Latest does, also creates a .lock file in the remote location to mark the content as being checked out
  • Check in Copies everything which has changed from the local folder to the remote folder and removes the .lock file

The change detection is quite primitive as a MD5 hash is generated for each file and stored as .hashes file in the remote location. When checking in, new hashes are created and all files where either the hash is different or no hash is known, are copied.

Known issues

I didn't care for file access error handling. I know. I will implement it. Later. Promised.

Future

The project is in a quite early state so please inform me about further requirements and I'll try to integrate them.

reasync's People

Contributors

romout avatar

Watchers

 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.