unison
unison copied to clipboard
Unison file synchronizer
Closes #570 I've opened the PR as draft not because the code isn't finished but because I think more discussion about the (potential) cons of this change may be needed....
This came out of the discussion at #571. Closes #570 It is my third iteration. The first iteration was very similar to this, just more hackish and with more changes...
### Motivation Currently all renames are detected and propagated as two separate actions: a delete on the old path and a create on the new path. For small files this...
This is an interesting experiment which, if deemed safe and working properly, can potentially offer huge gains in some situations. This patch makes use of various OS and filesystem-specific syscalls...
Hey just a friendly wishlist suggestion. It would be great if we could pass an argument to unison that changes which exit codes it returns. Currently the exit code 0...
Unison has a natural need to keep the Mac from sleeping while it's doing any active operation (Looking for changes, propagating changes). It should lodge a kernel assertion on macOS...
When running unison to sync an empty dir with an old, reasonably large remote repo in a systemd service, I would get unison to hang systematically when printing the diff...
I use to synchronize directories that contain a lot of files. In the synchronization view, I see those folders and one row for each file in that folder. So this...
This is a feature request. Would it be possible to implement a way in Unison to sync a folder between two roots that are in different paths? Let me explain...
This results in users trying to run them, and asking for help, e.g. #601. Please do not add me too comments; instead please figure out what's going on and fix...