Coder Social home page Coder Social logo

fex's Introduction

fex (file exchange daemon) is a replicating filesystem for
disconnected computers similar to intermezzo (and not so similar to
coda). The main design goal for fex was to provide a system which is
easy to install and configure. Some Features of fex are

   * fex does not need a kernel module, it works with every filesystem

   * fex uses a very simple conflict resolving mechanism (see the
   * manual page fexd(8))

   * fex supports ssh tunneling for connections over the internet

   * fex uses rsync for replicating large files

   * fex adapts to the network speed, and uses compression if
   * neccessary

   * fex runs as a peer to peer system. It can act as server and
   * client.

fex uses the marvelous nmstl library (http://nmstl.sourceforge.net/).
The files in the nmstl, and nmstl_src folders are modified for fex.

	 

>> Requirements
To build fex you will need:
 
  * gcc

  * make

  * librsync (available under http://librsync.sourceforge.net/)

  * libconfuse (available under http://www.nongnu.org/confuse/)

  * log4cpp (available under http://log4cpp.sourcforge.net/)

  * zlib (available under http://www.gzip.org/zlib/)


>> Compiling

To build and install fex from the extracted distribution do;

  $ ./configure
  $ make all
  $ make install
  


>> Platforms

fex is known to run on:

Linux


>> Recommendation

Before Running fexd as an daemon, test its configuration with the 
fexd -d -d -d command.

>> Warning

fex was carefully tested und runs in serveral productive environments. However you should
always backup your data regularly.




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.