Comments on: Unison – An Ultimate Local/Remote File Synchronization Tool for Linux https://www.tecmint.com/file-synchronization-in-linux-using-unison/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Sat, 26 Dec 2015 21:31:13 +0000 hourly 1 By: Edwin Bradford https://www.tecmint.com/file-synchronization-in-linux-using-unison/comment-page-1/#comment-729031 Sat, 26 Dec 2015 21:31:13 +0000 http://www.tecmint.com/?p=5864#comment-729031 In reply to miko.

Thanks to your post I was finally able to get Unison working again. I’ve been using it for years but it broke recently after upgrading Cygwin. I fixed that but then needed to install Unison 2.48.3 on the remote server. Your instructions worked up until “sudo cp -v unison /usr/local/sbin/”. For some reason I was getting an error about dangling symlinks and it seemed that a symlink was being created and not the executable being copied. I followed the accepted answer here http://goo.gl/CjQXia and it finally worked.

]]>
By: miko https://www.tecmint.com/file-synchronization-in-linux-using-unison/comment-page-1/#comment-698650 Sat, 31 Oct 2015 10:25:41 +0000 http://www.tecmint.com/?p=5864#comment-698650 In reply to Andrei.

yum install ocaml ocaml-camlp4-devel ctags ctags-etags
cd ~
wget -> take the link from here http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/
For example:
wget http://www.seas.upenn.edu/~bcpierce/unison//download/releases/stable/unison-2.48.3.tar.gz
Extract the file for example:
tar xvfz unison-2.48.3.tar.gz
Enter to the created directory:
cd unison-2.48.3.tar.gz
make
sudo cp -v unison /usr/local/sbin/
sudo cp -v unison /usr/bin
cd ~
rm -fr unison*

]]>
By: Avishek Kumar https://www.tecmint.com/file-synchronization-in-linux-using-unison/comment-page-1/#comment-639930 Sat, 08 Aug 2015 09:32:32 +0000 http://www.tecmint.com/?p=5864#comment-639930 In reply to PhilT.

Thanks @PhiIT for such a nice explanation. I have quoted your comment at a few places where people were asking the difference between rsync and Unison.

Keep connected!

]]>
By: Avishek Kumar https://www.tecmint.com/file-synchronization-in-linux-using-unison/comment-page-1/#comment-639929 Sat, 08 Aug 2015 09:31:06 +0000 http://www.tecmint.com/?p=5864#comment-639929 In reply to Ulath.

Thanks @Ulath for your feedback.
Keep connected for more such posts.

]]>
By: Avishek Kumar https://www.tecmint.com/file-synchronization-in-linux-using-unison/comment-page-1/#comment-639928 Sat, 08 Aug 2015 09:30:27 +0000 http://www.tecmint.com/?p=5864#comment-639928 In reply to Joe.

You should go through the comment of PhiIT. He nicely explained the difference between rsync and Unison. Unison is not rsync+gui. Here you may like to go through: http://www.tecmint.com/file-synchronization-in-linux-using-unison/comment-page-1/#comment-639635

]]>