Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use FreeFileSync to synchronize files in Ubuntu

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

In this issue, the editor will bring you about how to use FreeFileSync to synchronize files in Ubuntu. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article.

FreeFileSync is a free cross-platform application that allows users to create backups of data to local disk or any external USB storage or network storage, and consumes less system resources.

FreeFileSync can run on top of Windows,Linux,macOS.

Install FreeFileSync

Download the program and extract it.

Bob@ubuntu-18-04 wget https://freefilesync.org/download/FreeFileSync_11.0_Linux.tar.gz bob@ubuntu-18$ tar xvf FreeFileSync_11.0_Linux.tar.gz

After unzipping it, go to the FreeFileSync folder and double-click to run the program. We can create an initiator so that we can run the program from the desktop

FreeFileSync $cat FreeFileSync.desktop [Desktop Entry] Type=Application Name=FreeFileSync GenericName=Folder Comparison and Synchronization GenericName [de _ DE] = Ordnervergleich und Synchronisation Exec=/home/bob/FreeFileSync/FreeFileSync% F Icon=/home/bob/FreeFileSync/Resources/FreeFileSync.png NoDisplay=false Terminal=false Categories=Utility;FileTools; StartupNotify=true

Modify the path of Exec and Icon in the FreeFileSync.desktop file and select the location where you unzipped the FreeFileSync.

And copy the FreeFileSync.desktop file to the / usr/share/application directory:

Bob@ubuntu-18-04 home/bob/FreeFileSync/FreeFileSync.desktop / usr/share/applications/ $sudo cp-p / home/bob/FreeFileSync/FreeFileSync.desktop

Next, let's start this program.

Use FreeFileSync

After the default installation is completed, the display language is English, and we can change it to Chinese:

In the "Browse" circled below, select the source directory and the target directory to synchronize.

You can easily customize how this application works by clicking the Settings button. You can choose a file comparison method from here. There are three ways to compare, "File size and time", "File content" and "File size".

In the filter, you can choose not to synchronize those file types.

In synchronization, you can choose how to synchronize.

Let's do an experiment. Synchronize the contents of the dir1 directory into dir2 in both directions

The above is how to use FreeFileSync to synchronize files in the Ubuntu shared by Xiaobian. If you happen to have similar doubts, you might as well refer to the above analysis to understand. If you want to know more about it, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

  • The implementation method of modifying tomcat running version and Port by Maven

    Maven uses tomcat6 to run projects by default. In this section, maven is asked to use tomcat7 to add

    © 2024 shulou.com SLNews company. All rights reserved.

    12
    Report