unison
unison copied to clipboard
Unison file synchronizer
Reported privately to me by someone running 2.53.0alpha1 on NetBSD: all works, except that the progress meter seems to treat deletions as free, even though it can take a fs...
Hot on the heels of #809 here's a quality-of-life improvement for users. So far, it has been a bit tricky to stop an ongoing update propagation. The only way is...
When interrupting the text UI with Ctrl-C (or any ^C/break in terminal input) then the generated SIGINT will terminate `ssh` before `unison` manages to do cleanup. The issue is that...
This PR includes two features that are logically related. See motivation for a single PR below. The first commit (Move common update propagation code to Uicommon) is common to both...
After building 2.53.0alpha2 on NetBSD 9, and then cleaning, a few files remain, as shown by `git status --ignored`: ``` Ignored files: (use "git add -f ..." to include in...
It's been a long time since the project arrived on github, and thus we should probably evaluate if that's still the best choice. Missing features are CI for a variety...
It would be nice for unison to support other CI systems, specfically ones that * are actually open source * support more than the usual suspects of operating systems *...
We run unison quite a lot to sync files around on our web tier, very rarely it will blow up with an error of Invalid argument: Bytearray.blit_to_bytes, retrying it is...
The current Unison package requires lablgtk, making it incompatible with some Linux distributions per https://github.com/coq/opam-coq-archive/pull/2303#issuecomment-1245043524. Consider releasing a CLI-only package. #671 should fix this.