Unison APK

Unison  Icon
  
2.91/5
9 Ratings
Developer
Daniel Roggen
Current Version
1.8
Date Published
File Size
12.7 MB
Package ID
net.danielroggen.unison
Price
$ 0.00
Downloads
329+
Category
Android Apps
Genre
Tools

APK Version History

Version
1.8 (10)
Architecture
universal
Release Date
December 28, 2018
Requirement
Android 5.0+
Version
1.7 (9)
Architecture
universal
Release Date
October 06, 2018
Requirement
Android 5.0+
Version
1.5 (6)
Architecture
universal
Release Date
October 06, 2018
Requirement
Android 2.1+
  • Unison Screenshot
  • Unison Screenshot
  • Unison Screenshot
  • Unison Screenshot
  • Unison Screenshot
  • Unison Screenshot
  • Unison Screenshot

About Radio FM 90s

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)

What's New in this version

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