I have 2 servers that synchronise data each night using unison. They have been working fine for about 3 months. Just recently we re-organised the data, which caused a large sync event, but was successful.
Since then, unison returns a value of 139, rather than 0 (success). The sync seems to work OK, but I can't find what this 139 error code means. Any ideas?
The unison command used is:
unison -batch -ui text -terse -rsync ssh://backup@xxx.xxx.xxx.xxx//home/data /home/data >> /home/backup/backup.log 2>>/home/backup/backup.err
Many thanks,