the few last days I am getting this exception when running unison:
"End_of_file exception raised in loading archive" (this indicates a bug!)
it does not help a bit, I cannot find answer elsewhere on google, ppl talk about it but seem not be able to solve?
I checked my files, there are broken symlinks but that never was a problem before..
the full command is basically:
unison "$PATH1" "$PATH2"
-links false
-fastcheck true
-times
-retry 2
-follow "Regex .*"
-force "$PATH1"
-nodeletion "$PATH1"
-nodeletion "$PATH2"
-batch
-ui text
~/.unison
was 0 byte, so I had to remove only such 0 byte files (not them all); also found that this option-ignorearchives
can be used to ignore any files there; so for specific run cases it is useful, like a "profile" that we create on the command line itself. – Aquarius Power Jan 15 '15 at 01:11