[ Date: 2017-06-11] | Source: Linux Chinese Author: Linux | [font: medium and small] |
---|
FreeFileSync is a free, open source and cross-platform folder comparison and synchronization software, which can help you synchronize files and folders in Linux, Windows and Mac OS.
It is portable and can also be installed in the local system. It is rich in features, designed to save time for setting up and performing backup operations, and has an attractive graphical interface.
The following are its main functions:
%UserProfile%
.We will add the official FreeFileSync PPA, which is only available on Ubuntu 14.04 and Ubuntu 15.10, then update the system repository list and install it like this:
- - - - - - - - - - - - - - On Ubuntu 14.04 and 15.10 --------------
$ sudo apt-add-repository ppa:freefilesync/ffs
$ sudoapt-get update
$ sudoapt-get install freefilesync
For Ubuntu 16.04 or newer, go to FreeFileSync download page to obtain the appropriate packages for your Ubuntu and Debian.
Next, enter the download folder and unzip FreeFileSync_*.tar.gz to the /opt
directory as follows:
$ cdDownloads/
$ sudotar xvf FreeFileSync_*.tar.gz -C /opt/
$ cd/opt/
$ ls
$ sudo unzip FreeFileSync/Resources.zip -d /opt/FreeFileSync/Resources/
To download we will create a program launcher (.desktop
file) using the Gnome panel. To browse examples of .desktop
files in the system, list the contents of the /usr/share/applications
directory:
$ ls/usr/share/applications
In case you have not installed the Gnome panel, enter the following command to install it:
$ sudoapt-get install --no-install-recommends gnome-panel
Next, run the following command to create the program launcher:
$ sudo gnome-desktop-item-edit /usr/share/applications/--create-new
And define the following values:
Type:Application
Name:FreeFileSync
Command:/opt/FreeFileSync/FreeFileSync
Comment:FolderComparisonandSynchronization
To add an icon to the launcher, just click on the icon selection: /opt/FreeFileSync/Resources/FreeFileSync.png
.
When you have finished setting, click OK to create.
If you don't want to create a desktop launcher, you can start FreeFileSync from the directory.
$ ./FreeFileSync
In Ubuntu, search for FreeFileSync in Unity Dash, but in Linux Mint, search in System Menu and click the FreeFileSync icon to open it.
In the following example, we use:
SourceFolder:/home/aaronkilik/bin
DestinationFolder:/media/aaronkilik/J_CPRA_X86F/scripts
To compare the file time and the size of the two folders (default setting), just click the compare button.
Through the following interface, you can press F6
in two folders to change the content to be compared: file time and size, content or file size. Please note that the meaning of each option you choose is also included.
You can start to compare the two folders, and then click the Synchronize button to start the synchronization process. Click Start in the dialog box that appears afterwards:
SourceFolder:/home/aaronkilik/Desktop/tecmint-files
DestinationFolder:/media/aaronkilik/Data/Tecmint
Press F8
in the interface below to set the default synchronization options: two way, mirror, update or custom. The meaning of each option is self-explanatory.
To learn more, visit the FreeFileSync homepage: http://www.freefilesync.org/
That's it! In this article, we showed you how to install FreeFileSync in Ubuntu and its derivatives Linux Mint, Kubuntu, etc. Share your thoughts in the comments section below.
About the Author:
Ravi Saive, the original author of TecMint. A computer geek and Linux veteran who loves sharing tips and tips on the Internet. Most of my services run on the Linux open source platform. Please follow me on Twitter, Facebook, Google+.
( adsbygoogle = window.adsbygoogle || []).push({});
Recommended Posts