2.5
40 reviews
1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Native Android binaries of the Unison File Synchronizer - a powerful cross-platform file synchronization tool.

This app only deploys the Android binaries of Unison, Dropbear SSH and OpenSSH; and displays a quick howto.
Unison must be used manually from the command line, and root is required.

(For an Android GUI for Unison, check UnisonSync on GooglePlay.)

BACKGROUND
Unison is a powerful cross-platform file synchronization tool available on Linux, OS X, Windows, etc. Unison takes two roots, that can be on different machines and can be modified separately, and brings them up to date by smartly propagating the changes between the roots.

The key features of Unison are:
- Synchronization between different platforms
- Handles simultaneous updates to both roots
- Smart and safe: Unison resolves most simultaneous changes on both roots automatically, and prompts the user for input if it cannot determine the copy to propagate
- Synchronization to a server over SSH: any machine with an SSH server and Unison can act as server
- Resilient: handles interruptions, network disconnections, etc.
- Bandwidth efficient: the data is transfered by a compressed protocol similar to rsync, and only modified files (or parts of files) are transferred.


REMARK ON OPEN-SOURCE LICENSES
This application comprises binaries of Unison, DropbearSSH and OpenSSH, compiled from the existing open-source repositories (see acknowledgements). Binaries are packaged alongside this application APK, but the application does not actually link against these unmodified apps.
Therefore this application does not violate the GPL/MIT/BSD licenses.

ACKNOWLEDGEMENTS

- Benjamin Pierce et al.'s Unison File Synchronizer (http://www.cis.upenn.edu/~bcpierce/unison)
- Keigo Imai's patch to to cross-compile OCaml on Android (http://sites.google.com/site/keigoattic/ocaml-on-android)
- Jérôme Vouillon's OPAM Android repository (http://github.com/vouillon/opam-android-repository)
- Matt Johnston's Dropbear SSH client (http://matt.ucc.asn.au/dropbear/dropbear.html)
Updated on
Oct 6, 2018

Data safety

Developers can show information here about how their app collects and uses your data. Learn more about data safety
No information available

Ratings and reviews

2.5
36 reviews
A Google user
December 17, 2018
This is not an app, just a link to the paid app.
7 people found this review helpful
Did you find this helpful?
Joe Baka
September 29, 2022
They are cheating. It's not free.
Did you find this helpful?
A Google user
June 8, 2015
The "Lost connection with the server" error means unison is having trouble using ssh to contact the server. In my case I had my own ssh executable I was trying to use, and SELinux was preventing applications installed in /data (including unison) from running system apps. Moving the unison executables into /system/xbin fixed it. Configuring SELinux to let unison run ssh also would have worked, and so would using socket mode with a unison server. The lost connection error is very generic - it just means something went wrong using ssh to run unison on the server. I diagnosed it by setting unison's sshcmd to a script I wrote to run env and echo $*. The idea was to see the environment variables and command line parameters ssh was seeing, duplicate it manually, and where it failed. But my script wasn't called, which pointed to SELinux being the problem. Now that it's fixed, unison is working very well.
4 people found this review helpful
Did you find this helpful?

What's new

06.10.2018: Fixed the "text relocations" issues with Android 7 and above. Added Unison 2.51.2.
This version is compatible with Android 5 and above.

04.10.2018: Updated to OpenSSH 7.8p1 with OpenSSL 1.0.2p

30.09.2018: Recompiled using latest SDK. Removed non-pie binaries (minimum is Android 5). Removed Dropbear. Updated OpenSSL to 1.0.1r