<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>FreeFileSync News</title>
		<link>https://freefilesync.org/</link>
		<description>Get notifications about the latest FreeFileSync releases</description>
		<language>en-US</language>
		<copyright>Copyright (C) 2025 Zenju, freefilesync.org</copyright>
		<atom:link href="https://freefilesync.org/news-feed.php" rel="self" type="application/rss+xml" />
		<image>
			<url>https://freefilesync.org/images/FreeFileSync.png</url>
			<title>FreeFileSync News</title>
			<link>https://freefilesync.org/</link>
		</image>
		<ttl>60</ttl>

	<item>
					<title>FreeFileSync 13.9 has been released!</title>
<link>https://freefilesync.org/</link>
					<pubDate>Sat, 07 Dec 2024 00:00:00 +0000</pubDate>
					<guid isPermaLink="false">1733529600</guid>

					<description>
						<![CDATA[ Download the new FreeFileSync version <b>13.9</b> from the official homepage:<br>
<a href="https://freefilesync.org/">
    <img src="https://freefilesync.org/images/FreeFileSync.png" alt="" style="height:1.3em; vertical-align:bottom; margin-right:3px;"><!--
    -->https://freefilesync.org/
</a>
<br><br>

<em>Latest changes:</em>

<ul style="text-align:left">
	<li>Fixed CURLE_SEND_ERROR: OpenSSL SSL_write: SSL_ERROR_SYSCALL, errno 0
	<li>Added comparison and sync context menu options for multiple folder pairs
	<li>Show file include/exclude filter directly in tooltip
	<li>Fixed file not found error when cancelling file up-/download
	<li>Fixed showing cancelled config log status after nothing to sync
	<li>Updated translation files
</ul>
]]>
					</description>
				</item>
				<item>
					<title>FreeFileSync [Business] License Extension</title>
<link>https://freefilesync.org/</link>
					<pubDate>Thu, 28 Mar 2024 00:00:00 +0000</pubDate>
					<guid isPermaLink="false">1711584000</guid>

					<description>
						<![CDATA[ Device licenses for the FreeFileSync Business Edition
can now be extended and the number of devices
increased or decreased as needed.
<br><br>

To do this press the <b>&quot;Extend&quot;</b> button on the device overview
page (reachable by the link that was sent via email) and follow the instructions.
<br><br>

The device extension pricing will consider your previous purchases
and automatically apply a rebate to account for any remaining update period.
<br><br>

<a href="https://freefilesync.org/business">
    <img src="https://freefilesync.org/images/business.png" alt="" style="height:1.5em; vertical-align:bottom;"><!--
    -->https://freefilesync.org/business
</a>
]]>
					</description>
				</item>
				<item>
					<title>FreeFileSync [Business] Edition</title>
<link>https://freefilesync.org/</link>
					<pubDate>Tue, 12 Sep 2023 00:00:00 +0000</pubDate>
					<guid isPermaLink="false">1694476800</guid>

					<description>
						<![CDATA[ While FreeFileSync is free to use, its target audience are <i>private individuals</i>
who would use the software at home.
<br><br>

This changes with FreeFileSync 13: Businesses are now also allowed to <i>use FreeFileSync commercially</i>,
by licensing the FreeFileSync&nbsp;<b>[Business]</b>&nbsp;Edition.
<br><br>

For more info about how this works go to:<br>
<a href="https://freefilesync.org/business">
    <img src="https://freefilesync.org/images/business.png" alt="" style="height:1.5em; vertical-align:bottom;"><!--
    -->https://freefilesync.org/business
</a>
]]>
					</description>
				</item>
				<item>
					<title>New Sync Concept and Multi-File-Rename</title>
<link>https://freefilesync.org/</link>
					<pubDate>Mon, 11 Sep 2023 00:00:00 +0000</pubDate>
					<guid isPermaLink="false">1694390400</guid>

					<description>
						<![CDATA[ FreeFileSync 13 generalizes the way sync directions are set up:
Previously they were based on the "differences" found after comparison: <i>left only, right only, left newer, right newer</i>.<br>
<img src="https://freefilesync.org/images/sync-by-differences.png" alt="Sync configuration based on differences"><br>
<br>

In addition to "differences" it is now possible to set <b>sync directions based on "changes"</b>:<br>
<img src="https://freefilesync.org/images/sync-by-changes.png" alt="Sync configuration based on changes"><br>
<br>

Before FreeFileSync 13,
the "Update" synchronization variant wasn't as fundamental and useful as the other two, "Two way", and "Mirror".
Since "Update" was making decisions
based on "differences", it was unable to distinguish whether
a new file was created on the source, or if an old file was deleted on the target.
These two cases, however, should get different treatment!<br>
The most common "Update" case is
copying photos from a smartphone to some backup location. When photos on the smartphone 
are deleted, they should <i>not</i> also be deleted on the backup drive:
The user is making free space for new photos.
On the other hand, deleting photos from the backup, should <i>not</i> get 
them copied over again during the next sync: The user is cleaning up unwanted photos. 
Unfortunately this is exactly what the old differences-based "Update" did.<br>
Additionally, when a file on the source side was renamed,
this change couldn't be detected without a database, and
a duplicate file was copied to the backup location instead of renaming the existing one.
<br><br>
The solution: The new "Update" variant will determine sync directions based on "changes" compared to
the last sync, in the exact same way that "Two way" operates: by using a database file.
<br><br>
But FreeFileSync doesn't stop there. Specific decisions can be made for each individual change
(<i>create, update, delete</i>) similarly to how it is possible with the "differences" categories.<br>
All three, "Two way", "Mirror", and "Update" can be expressed in these new terms.
One might be tempted to go further and assume "changes" is the more
fundamental concept, and get rid of the old "differences" categories altogether.
If it wasn't for the requirement of <i>sync.ffs_db</i> files: 
"Mirror" can be expressed both via "differences" and via "changes",
but doesn't need a database file in the first case.
"Mirror without database" is a frequent requirement and kept as the default.
<br><br>
Therefore FreeFileSync now supports two fundamentally different ways to set up sync directions. 
The "changes"-based settings have always been hidden inside "Two way" but are now exposed.
This opens up for new possibilities (like a proper "Update"),
and hopefully other kinds of sync scenarios, that are not immediately obvious
(e.g. a "changes"-based "mirror" that "does nothing" if the changes are occurring on the target side? 
That's not quite the "conflict" that some users would like to see, but better than nothing).
<br><br>

<hr><br>

FreeFileSync 13 supports manual file <b>renaming for multiple files at once</b>!
Most file renaming tools are complex beasts, overflowing with options.
FreeFileSync's renaming tool strips the complexity down to its core:
All file names can be changed via a simple text input field.<br>
The file name differences are represented as blocks
that can be copied or moved, while the commonalities are shown as editable text.
The result is a straight-forward and intuitive way to handle multi-file renames:<br>
<img src="https://freefilesync.org/images/multi-file-rename.png" alt="Multi file rename dialog"><br>
<br>

FreeFileSync with support for multi file renaming and the enhanced sync concept
can be obtained via the official website: <a href="https://freefilesync.org">https://freefilesync.org</a>
]]>
					</description>
				</item>
				<item>
					<title>Email notifications</title>
<link>https://freefilesync.org/</link>
					<pubDate>Sun, 16 Feb 2020 00:00:00 +0000</pubDate>
					<guid isPermaLink="false">1581811200</guid>

					<description>
						<![CDATA[ With FreeFileSync version 10.20 donors to the project can now
get their synchronization logs sent to them
as a <b>nicely-formatted email <img src="https://freefilesync.org/images/de-email.png" alt="" style="height:1.2em; vertical-align:bottom;"></b>.<br>
This is implemented by integrating professional transactional
email services (Mailgun, Amazon) which means that <b>no complicated
configuration</b> is needed, e.g. for an SMTP server login.
Just enter your email address in the synchronization settings and
be done.<br>
<br>
The FreeFileSync Donation Edition with support for email notifications
can be obtained via the official website: <a href="https://freefilesync.org">https://freefilesync.org</a>
]]>
					</description>
				</item>
				<item>
					<title>Synchronize files with Google Drive</title>
<link>https://freefilesync.org/</link>
					<pubDate>Sat, 26 Jan 2019 00:00:00 +0000</pubDate>
					<guid isPermaLink="false">1548460800</guid>

					<description>
						<![CDATA[ FreeFileSync version 10.8 adds support for
<img src="https://freefilesync.org/images/google-drive.svg" alt="" style="height:1.5em; vertical-align:bottom; margin-right:2px;"><b>Google Drive</b>
as a new option to synchronize cloud storage besides
<a href="https://freefilesync.org/manual.php?topic=ftp-setup"><b>SFTP and FTP</b></a>.<br>
<br>
FreeFileSync directly accesses the files online, without the need to install additional synchronization software such as <i>Google Backup &amp; Sync</i>.<br>
This saves the hard drive space that is usually needed for a full local copy of all Google Drive files, and enables further performance improvements with
FreeFileSync's ability to copy <a href="https://freefilesync.org/manual.php?topic=performance"><b>multiple files in parallel</b></a>.<br>
<br>
The result of directory listings is buffered by FreeFileSync, which allows for future accesses to complete instantaneously.
Changes that happen outside of FreeFileSync are synchronized automatically by only transferring the small delta of differences.<br>
<br>
Google generously has granted high quotas for FreeFileSync's users,
so even the most-demanding sync scenarios are covered.<br>
<br>
FreeFileSync with Google Drive support can be downloaded from the official website: <a href="https://freefilesync.org">https://freefilesync.org</a>
]]>
					</description>
				</item>
				<item>
					<title>Parallel file copy and ad-free installer</title>
<link>https://freefilesync.org/</link>
					<pubDate>Mon, 16 Jul 2018 00:00:00 +0000</pubDate>
					<guid isPermaLink="false">1531699200</guid>

					<description>
						<![CDATA[ FreeFileSync version 10 has added support for copying
<a href="https://freefilesync.org/manual.php?topic=performance"><b>multiple files in parallel</b></a>.
It is now possible to specify the number of parallel file operations for each device inside the settings. During synchronization FreeFileSync will then spawn several tasks accordingly instead of processing only one file after another.<br>
<br>
This new design offers huge performance improvements for all scenarios that are dominated by latency, like synchronization against <b>network shares</b> or cloud devices including <b>SFTP</b> and <b>FTP(S)</b>. The idle time after issuing each file I/O request while waiting for the network response is not the limiting factor anymore: The number of parallel operations can be set as high as needed until the bandwidth is saturated and the network card is operating at full speed.<br>
<br>
The new parallel file operations architecture is not limited to the synchronization step, but used throughout the application. Folder comparison will issue multiple requests at a time even when traversing only a single folder, by dynamically managing the workload while recursively reading the folder tree. Binary-comparison also processes all files in parallel.<br>
<br>
The FreeFileSync installer is now
<a href="https://freefilesync.org/faq.php#advertisement"><b>ad-free</b></a>!
Before version 10, FreeFileSync had shown a single advertisement during installation to help fund the project. Beginning with version 10, the project is fully relying on donations from users to finance its ongoing expenses in software development and support. A <b>huge thanks</b> to everyone who is contributing to make this possible!<br>
<br>
&ndash; Zenju [project lead] &ndash; <br>
<br>
Official website: <a href="https://freefilesync.org">https://freefilesync.org</a>]]>
					</description>
				</item>
				<item>
					<title>FreeFileSync Video Tutorials available</title>
<link>https://freefilesync.org/</link>
					<pubDate>Sun, 11 Jun 2017 00:00:00 +0000</pubDate>
					<guid isPermaLink="false">1497139200</guid>

					<description>
						<![CDATA[ FreeFileSync.org has released video tutorials that help you get up to speed quickly with the most important synchronization scenarios:<br>
<br>
<a href="https://freefilesync.org/tutorials.php">https://freefilesync.org/tutorials.php</a>
<ul>
	<li>Mirror Synchronization
	<li>Two Way Synchronization
	<li>Folder Comparison
	<li>External Applications
	<li>Batch Jobs
	<li>Task Scheduling
	<li>RealTimeSync
	<li>Tips and Tricks
</ul>
]]>
					</description>
				</item>
				<item>
					<title>FreeFileSync adds Support for FTP and FTPS</title>
<link>https://freefilesync.org/</link>
					<pubDate>Wed, 24 May 2017 00:00:00 +0000</pubDate>
					<guid isPermaLink="false">1495584000</guid>

					<description>
						<![CDATA[ Cross-Platform File and Folder Synchronization Software adds Support for FTP and FTPS<br>
<br>
FreeFileSync (<a href="https://freefilesync.org">https://freefilesync.org</a>) has released version 9.1 of its free open source file synchronization utility for Windows, Linux, and macOS.<br>
<br>
The new version supports synchronization via FTP (File Transfer Protocol) and the encrypted variant FTPS (SSL/TLS). This further enhances FreeFileSync's capabilities to not only work with local drives and network shares but also synchronize mobile and cloud storage.<br>
<br>
FreeFileSync eliminates the tedious and error-prone task of manually identifying files that have changed on the source folder and copying them to the target folder, no matter what protocol is used to access files. Users can set up mirror, two-way, or custom synchronization rules, and then create batch jobs that run the sync without requiring manual interaction. Batch jobs can be started with a simple mouse double-click or triggered automatically by a task scheduler.<br>
<br>
FreeFileSync detects moved files and reproduces the move on the target drive. This avoids time consuming file copy and delete operations and instead completes the task with a single hard drive access. This even works in mirror synchronization scenarios where the target file system does not support file IDs (e.g. FTP/SFTP) or has unstable file IDs (e.g. FAT).<br>
<br>
FreeFileSync includes features that are normally found only in the premium versions of commercial applications. It can copy locked files using the Volume Shadow Copy Service, compare file content in binary mode, handle symbolic links and run real two-way synchronizations including detecting conflicts and propagating deletions. FreeFileSync fully supports long file paths with more than 260 characters, copies NTFS extended attributes, security permissions and alternate data streams. The application takes advantage of 64-bit and multiple CPU cores if available and is fully Unicode compatible.<br>
<br>
FreeFileSync supports MTP (Media Transfer Protocol), making it easy for users to synchronize files and folders between their PCs and their iPad, iPhone, Android smartphone, tablet, digital camera, digital audio players, or other MTP devices. The tool is fully integrated with Windows Explorer and allows users to jump to their MTP files in Explorer, open them directly with their default application, or to drag and drop MTP folders from Explorer into FreeFileSync.
FreeFileSync supports FTP, FTPS, SFTP, enabling web developers to publish changes to their local website copy by running a FreeFileSync batch job - with only a double-click of the mouse.<br>
<br>
The software has been optimized for usability and performance. It can scan a hard drive with hundreds of thousands of files in a few seconds, while scanning multiple folders in parallel. The synchronization steps are laid out in the optimal order that minimizes peaks in disk space consumption and FreeFileSync's fail-safe file copy algorithm prevents data corruption when the synchronization process is terminated unexpectedly, e.g. due to power loss.
Graphs and detailed messages give relevant feedback and provide structure on multiple visual and textual levels: getting an overview of a hard drive's space distribution can be quickly accomplished by navigating a directory tree showing file count and sizes below each node.<br>
<br>
<br>
Pricing and Availability<br>
<br>
FreeFileSync is available without cost. FreeFileSync runs on Windows XP/Vista/7/8/8.1/10, Mac OS X 10.8 and newer, and all major distributions of Linux.<br>
<br>
<br>
Links<br>
<br>
Official website: <a href="https://freefilesync.org">https://freefilesync.org</a><br>
Download: <a href="https://freefilesync.org/download.php">https://freefilesync.org/download.php</a><br>
<br>
<br>
Contact Information<br>
<br>
Contact person: Zenju<br>
Company: FreeFileSync.org<br>
Email: press [AT] freefilesync [DOT] org<br>
<br>
 # # #
]]>
					</description>
				</item>
					</channel>
</rss>
