Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

TAAPArthur/Syncrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syncrop

ROP Syncronization Service

What is Syncrop?

Syncrop is a free, open source cloud-based syncronization service. The entire project is written in Java 7.

Main Features:

  • File syncing Whenever a file modifed on your local machine it syncs to the cloud which them syncs it with any other machine authorized with your account.
  • Offline managament Whenever a local file is modified while you are not connected to the internet, it will be immidetaily be synced upon reconnection
  • Conflict handinling If 2 files were modifed on 2 diffrent offline machines, upon both connecting to the Internet, the newer one is kept and the elder is archived.

Layout:

  • Under fakeroot is the psudeo-root tree that contains all jars and bash scripts
  • All the source files are under Syncrop

Installing