Git Product home page Git Product logo

bmu's Issues

Design a common workflow. No code.

Design a common workflow and requirements for different scenarios. The least example is: 2 machines backing up the same project. Consider that a back rsync is available.

Create a lock facility

The first local approach will be simply to create a .lock file which might have to be removed by hands. The second step is to create these lock files:
.lock
.lock-corrent -> .lock
.lock-
.lock-master

.lock-master might still requires by hand removal but will be present on special maintenance operation and might wait for all other locks to be closed.

.lock- are used for concurrency, which are indeed using the .lock-master as a semaphore.

.lock and .lock-local are used mainly for local installations.

Add a machine ID in the "update" backup

This is useful in the future. It has to be at first only in the timed backups from rsync. It has to default to a fixed value if it is not used. I suggest BMUMACID.

Create a command for cron

Create a command which does also the checking for the backup dir and eventually some disk space, etc.. which indeed has to run under cron.

Define installation path and run mode

We can use:
</usr, /usr/local>/bin/
</usr, /usr/local>/lib/bmu
/etc/bmu

What goes where?

Also, I want to keep a single place (directory) install.

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.