unison
unison copied to clipboard
Unison file synchronizer
In Windows, a volume mounted at `X:` can be addressed in a format called “[DOS device paths](https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats#dos-device-paths)”, like these: \\?\X: \\?\Volume{b75e2c83-0000-0000-0000-602f00000000}\ The `\\?\Volume{GUID}\` form is useful, because it allows us...
This could include - filesystem scanning (to keep the disk queue full) - checksum calculation (to use multiple CPUs) Some thought is needed to use a reasonable number of threads,...
Hi, I find myself always having to figure out which side my local computer is on for the synchronization. I am memorizing that it is on the left, but this...
Addresses #367. This PR adds two flags, -tempfileprefix and -tempfilesuffix with defaults of ".unison" and ".unison.tmp". I tested this change locally by interrupting a sync to leave an old temp...
There are multiple reports of excessive memory use, and the situation is confusing. This bug is limited to the situation where syncing allocates memory, and it is not freed at...
I am using Unison 2.48.4 on Ubuntu on my laptop with the command line `unison -ui text -repeat 60 default`, and on Gentoo on the server. On the laptop, this...
When synchronizing directory deletions between systems (in this case macOS 10.14 and CentOS 7), occasionally unison will attempt to call `stat` on a particularly long filename and then fail to...
Thanks for this awesome tool! I have a scenario where the root1 file system only supports 777 permissions. I want the 777 permissions to be propagated to root2, which works...
The current list can't be administered without a google account, and I've received reports of vanishing (non-spammy and entirely appropriate) messages (EDIT: no recent vanishing issues 2023-03). Also, URLs are...
In #745 there is a workaround to pin binutils because #744. This ticket is just a reminder to remove that, at some point in the future when the underlying issue...