I'm trying to sync two ubuntu machines using unison. Unfortunately the documentation for this program is not terribly helpful. Also there doesn't seem to be an established forum. So I'm hoping somebody here has used it.
When I sync for the first time, using the most basic syntax
unison myHome ssh://root_to_remote//myHome
even though my profile file says
auto = true
times = true
I'm prompted about every single file in my filesystem, even for files that are of identical sizes, with the same modification times. Obviously, I'm doing something wrong, since unison is supposed to work with minimal user input.
I'd greatly appreciate any advice...