**unbreak** is a minimal helper utility to have files accessible, encrypted, and stored remotely, even with an unstable Internet connection. Questions, bug reports, feature requests, and pull requests are welcome. Current version: 0.3.1 ([changelog](https://github.com/kinoru/unbreak/blob/master/CHANGELOG.md)) See [unbreak's web page](https://e.xtendo.org/scs/unbreak) for more details. ## Build from git source [Stack](http://haskellstack.org/) is the recommended tool to build the latest git version of unbreak. ```bash $ git clone --depth=1 https://github.com/kinoru/unbreak $ cd unbreak $ stack install ```