TranslateProject/sources/tech/20200526 FreeFileSync- Open Source File Synchronization Tool.md
DarkSun 19461ecc00 选题: 20200526 FreeFileSync: Open Source File Synchronization Tool
sources/tech/20200526 FreeFileSync- Open Source File Synchronization Tool.md
2020-05-26 01:05:24 +08:00

7.0 KiB
Raw Blame History

FreeFileSync: Open Source File Synchronization Tool

Brief: FreeFileSync is an open-source folder comparison and sync tool with which you can back up your data to an external disk, a cloud service like Google Drive or any other storage path.

FreeFileSync: A Free & Open-Source Tool To Sync Files

FreeFileSync is an impressive open-source tool that can help you back up your data to a different location.

This different location can be an external USB disk, Google Drive or to any of your cloud storage locations using SFTP or FTP connections.

You might have read our tutorial on how to use Google Drive on Linux before. Unfortunately, theres no proper FOSS solution to use Google Drive natively on Linux. There is Insync but it is a premium, non open source software.

FreeFileSync can be used to sync files with your Google Drive account. In fact, Im using it to sync my files to Google Drive and to a separate hard drive.

Features of FreeFileSync

Even though the UI of FreeFileSync might look old school — it offers a ton of useful features for average users and advanced users as well.

Ill highlight all the features I can here:

  • Cross-platform support (Windows, macOS & Linux)
  • Compare folders before synchronizing
  • Supports Google Drive, SFTP, and FTP connections
  • Offers the ability to sync your files on a different storage path (or an external storage device)
  • Multiple synchronization options available (Update files to the target from source or Mirror the files between target and source)
  • Two-way synchronization supported (changes will be synced if theres any modification on the target folder or the source folder)
  • Version control available for advanced users
  • Real-Time Sync option available
  • Ability to schedule batch jobs
  • Get notified via email when sync completes (paid)
  • Portable edition (paid)
  • Parallel file copy (paid)

So, if you take a look at the features it offers, its not just any ordinary sync tool but offers so much more for free.

Also, to give you an idea, you can also tweak how to compare the files before syncing them. For instance, you can compare the file content / file time or simply compare the file size of both source and target folder.

You also get numerous synchronization options to mirror or update your data. Heres how it looks like:

However, it does give you the option to opt for a donation key which unlocks some special features like the ability to notify you via email when the sync completes and so on.

Heres what different between the free and paid version:

So, most of the essential features is available for free. The premium features are mostly for advanced users and of course, if you want to support them (please do if you find it useful).

Also, do note that the donation edition can be used by a single user on up to 3 devices. So, that is definitely not bad!

Installing FreeFileSync on Linux

You can simply head on to its official download page and grab the tar.gz file for Linux. If you like you can download the source as well.

Next, you just need to extract the archive and run the executable file to get started (as shown in the image above)

Download FreeFileSync

How To Get Started With FreeFileSync?

While I havent tried successfully creating an automatic sync job, it is pretty easy to use.

The official documentation should be more than enough to get what you want using the software.

But, just to give you a head start, here are a few things that you should keep in mind.

As you can see in the screenshot above, you just have to select a source folder and the target folder to sync. You can choose a local folder or a cloud storage location.

Once you do that, you need to tweak the type of folder comparison you want to do (usually the file time & size) for the synchronization process and on the right-side, you get to tweak the type of sync that you want to perform.

Types of synchronization in FreeFileSync

When you select “Update” method for sync, it simply copies your new data from the source folder to the target folder. So, even if you delete something from your source folder, it wont get deleted on your target folder.

In case you want the target folder to have the same file copies of your same folder, you can choose the “Mirror” synchronization method. So, here, if you delete something from your source, it gets deleted from your target folder as well.

Theres also a “Two-way” sync method which detects changes on both source and target folder (instead of monitoring just the source folder). So, if you make any changes on the source/target folder, the modification will be synchronized.

For more advanced usage, I suggest you to refer the documentation available.

Wrapping Up

Another open source file synchronization tool is Syncthing that you might want to look at.

FreeFileSync is a pretty underrated folder comparison and sync tool available for Linux users who utilize Google Drive, SFTP, or FTP connections along with separate storage locations for backup.

And, all of that — with cross-platform support for Windows, macOS, and Linux available for free.

Isnt that exciting? Let me know your thoughts on FreeFileSync in the comments down below.


via: https://itsfoss.com/freefilesync/

作者:Ankush Das 选题:lujun9972 译者:译者ID 校对:校对者ID

本文由 LCTT 原创编译,Linux中国 荣誉推出