Hello Linux Geeksters. As you may know, FreeFileSync is an open-source software, for syncronizing files and folders. It has a simple UI and it should offer good performance. The latest version available is FreeFileSync 6.3.
In this article I will show you how to install FreeFileSync 6.3 on Ubuntu 13.10 Saucy Salamander and Linux Mint 16 Petra.
Because it is available via PPA, installing FreeFileSync 6.3 on the listed Ubuntu and Linux Mint systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the freefilesync package. Like this:
$ sudo add-apt-repository ppa:freefilesync/ffs
$ sudo apt-get update
$ sudo apt-get install freefilesync
This excellent guide works on Mint 17 (Qiana), too.
So thanks! 🙂