GithubHelp home page GithubHelp logo

radupopescu / deneb Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 0.0 691 KB

A distributed directory syncronization solution

License: Mozilla Public License 2.0

Rust 100.00%
filesystem merkle-tree fuse rust syncronizing-directories

deneb's Introduction

Deneb - distributed directory synchronization

Build status

Overview

NO LONGER UNDER ACTIVE DEVELOPMENT

Deneb is a tool for synchronizing directories across multiple computers, offering a file system interface, and using end-to-end encryption.

Deneb is only usable for development and experimentation, no important or valuable data should be stored in Deneb. Use at your own risk.

Building

The file system interface of Deneb depends on FUSE. On Linux, it's available in the distribution's package repository. For example, on Ubuntu, FUSE can be installed as follows:

$ sudo apt install fuse libfuse-dev

On macOS, there is OSXFUSE, which can either be installed manually or by using Homebrew Cask:

$ brew cask install osxfuse

Deneb is built as a standard Rust application using Cargo:

$ cargo build --all

To run the test suite:

$ cargo test --all

The longer property based integration tests (QuickCheck) are not run by default, but they can be run explicitly:

$ cargo test --all -- --ignored

Running

Deneb can be started with the default settings by running:

$ cargo run --bin deneb

This mounts a Deneb repository at Deneb::mount. To stop this instance, just unmount the repository:

$ umount ~/Deneb/main

During development, Deneb can be started without forking into the background:

$ cargo run --bin deneb -- --foreground

By default, any changes to the contents of the Deneb repository are committed to disk every 5 seconds. The deneb-cli commandline utility can instruct a Deneb instance to commit any outstanding changes:

$ cargo run --bin deneb-cli -- commit

License and authorship

The contributors are listed in AUTHORS. This project uses the MPL v2 license, see LICENSE.

Issues

To report an issue, use the Deneb issue tracker on GitHub.

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.