https://github.com/yuriytkach/dsync-client
Dropbox two-way synchronization client
https://github.com/yuriytkach/dsync-client
Last synced: 3 months ago
JSON representation
Dropbox two-way synchronization client
- Host: GitHub
- URL: https://github.com/yuriytkach/dsync-client
- Owner: yuriytkach
- License: gpl-2.0
- Created: 2016-11-13T22:07:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T06:07:34.000Z (over 2 years ago)
- Last Synced: 2024-04-20T00:42:00.321Z (over 1 year ago)
- Language: Java
- Size: 221 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dsync-client
Dropbox two-way synchronization client.Get the latest working version here: https://github.com/yuriytkach/dsync-client/releases/latest
You can download the distribution, unzip and use it. Run the \*.sh file and follow instructions on screen.
If you want to compilte from sources, then clone the project. Don't forget to register new app in [Dropbox app console](https://www.dropbox.com/developers/apps) and specify the `APP_KEY` and `APP_SECRET` as environment variables.
Uses the official Dropbox API v2. No passport is required or stored by the app, because oAuth is used.
**Basic features are working now!** Clone the project and do `mvn package` to get the full project in `target`.
There is still room for improvement (like writing good readme :)
As of now, features that work:
* Continuously sync files/folders from server to local dir
* Continuously sync files/folders from local dir to server
* No offline local changes detection (so if you change localy something when client is not running, it won't pick up changes on start). Therefore, no conflict handling## Quick links
|Item |Link |
|:---------------------|:-----------------------------------------------------------------------------------------|
|Continuous integration| [](https://circleci.com/gh/yuriytkach/dsync-client) |
|Dependencies | [](https://dependabot.com) |