unison
unison copied to clipboard
Unison file synchronizer
As part of this, merge improvements in #429, and drop building instructions from the manual. (One only needs build instructions when i possession of sources, and a markdown file in...
Hello, I'm using Unison version 2.48.4 with Linux Debian 10 (Buster). My two configured roots in my profile are: - `root = /media/ironwolf-nas-data` - `root = /media/ironwolf-nas-lore` When I start...
This should probably go together with #593 . Most software tool that support the *general* `CACHEDIR.TAG` also support some analogous but *tool-specific* way of marking directories to be excluded from...
I love unison (I've been using it for over ten years) but one thing that has always bugged me is the fact that it always shows up with the same...
unison provides the -times option, which synchronizes modification times for files. I would find it useful to synchronize modification times for folders as well. This is possible with other tools,...
Hi all, I am using Unison to synchronize files between several clients. For this, it is important that ownership is preserved. Since I am syncing to a cloud server with...
I use unison to sync home directories of my machines. I'd like to be able to specify such pattern that'll ignore the every directory that contains `.git` directory inside. Currently...
There are features that some but not filesystems have: * permissions * extended attributes * ACLs Of these, not having permission is deficient, and I view the others as optional....
When running `make test`, the tests run, which is great, but this results in ar/fp files for the test roots remaining in the user's ~/.unison directory. This behavior is likely...
There are many little issues, most of which aren't too serious, but the entire makefile world would benefit from comments, removal of things that are no longer relevant, simplification, etc....