TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

FreeFileSync: Open-Source File Synchronization and Backup

180 pointsby rcoilliotover 3 years ago

24 comments

epsover 3 years ago
There is apparently also a &quot;Donation Edition&quot; -<p><pre><code> Everyone who donates is eligible to download a special version of FreeFileSync without any advertisements, including a few of bonus features. </code></pre> It is built from a different source, so it&#x27;s neither free or open source. Not that anything wrong with it, but it should probably not be distributed under the same name - <a href="https:&#x2F;&#x2F;freefilesync.org&#x2F;faq.php#donation-edition" rel="nofollow">https:&#x2F;&#x2F;freefilesync.org&#x2F;faq.php#donation-edition</a>
评论 #29664228 未加载
评论 #29669850 未加载
评论 #29668036 未加载
评论 #29674390 未加载
JohnTHallerover 3 years ago
One issue we&#x27;ve had with FreeFileSync is that the &#x27;portable&#x27; functionality of it is a paid-only feature. As are removing ads. We&#x27;d rebuild it ourselves and rename it if needed, but the source code requires patched libraries and has no&#x2F;incomplete build instructions. Neither I nor anyone else I know was able to get it to build, at least over the many years I played with it. That&#x27;s why the version we make available at PortableApps.com is still version 6.2, that last version that didn&#x27;t purposely break portability.
ZoomZoomZoomover 3 years ago
The killer feature of this over rsync or rclone (which I love and use almost daily) is pre-run inspection and conflict resolution for each individual file. You know when you need it, and when you do, FreeFileSync shines.<p>For those mentioning WSL enabling using rsync on Windows: have been using it with Cygwin for years, zero issues. So, WSL wasn&#x27;t a hard requirement.
评论 #29662748 未加载
评论 #29664701 未加载
NelsonMinarover 3 years ago
I&#x27;ve used FreeFileSync to keep two Windows machines in sync for years. It works incredibly well. It&#x27;s very fast too; copying lots of files in Windows is often bafflingly slow. Whatever this tool does is not.<p>I finally quit using it because I got Starlink at my house and now have enough bandwidth to just let Syncthing keep the machines in sync. But if you need to sync through a hard drive you carry around FreeFileSync is great.
评论 #29665288 未加载
account-5over 3 years ago
This used to be my go-to sync software. I used it via portableapps on Windows. I stopped using it in favor of free portable syncing software when they started charging for the portable version and not allowing it to run from the PA launcher.
评论 #29664531 未加载
brntover 3 years ago
This tool is in my essentials toolbox. I use it for everything, backups, comparing snapshots, comparing git branches, external drives, you name it.<p>Inspecting file tree differences is key to all of those actions, as far as I am concerned, and FreeFileSync does it best, and is multiplatform to boot.
评论 #29662528 未加载
评论 #29662199 未加载
cosmojgover 3 years ago
How does this compare to Syncthing or rsync?
评论 #29662829 未加载
评论 #29662774 未加载
评论 #29662689 未加载
评论 #29663222 未加载
rcoilliotover 3 years ago
How come this awesome software not more discussed here ? Anyone here use it ? It literraly been a life changer for me in my backup strategy and I can&#x27;t recommend it enough to everyone.
评论 #29662608 未加载
评论 #29662932 未加载
评论 #29663770 未加载
评论 #29662188 未加载
teleforceover 3 years ago
Just wondering what&#x27;s the sync algorithm being used by FFS, is it similar to vanilla rsync algorithm, Microsoft&#x27;s RDC or Syncpal [1],[2],[3]?<p>[1]<a href="https:&#x2F;&#x2F;www.andrew.cmu.edu&#x2F;course&#x2F;15-749&#x2F;READINGS&#x2F;required&#x2F;cas&#x2F;tridgell96.pdf" rel="nofollow">https:&#x2F;&#x2F;www.andrew.cmu.edu&#x2F;course&#x2F;15-749&#x2F;READINGS&#x2F;required&#x2F;c...</a><p>[2]<a href="https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;research&#x2F;wp-content&#x2F;uploads&#x2F;2016&#x2F;02&#x2F;tr-2006-157.pdf" rel="nofollow">https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;research&#x2F;wp-content&#x2F;uploads&#x2F;...</a><p>[3]<a href="https:&#x2F;&#x2F;hal.inria.fr&#x2F;IFIP-LNCS-11534&#x2F;hal-02319573" rel="nofollow">https:&#x2F;&#x2F;hal.inria.fr&#x2F;IFIP-LNCS-11534&#x2F;hal-02319573</a>
butzover 3 years ago
Great software, but building it from source is complicated, as libraries need manual patching. And on Linux from version 11.6 they introduced custom binary installer, that&#x27;s useful for beginners, but for power users and flatpak packagers it only brought problems.
nisaover 3 years ago
see also: <a href="https:&#x2F;&#x2F;www.cis.upenn.edu&#x2F;~bcpierce&#x2F;unison&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cis.upenn.edu&#x2F;~bcpierce&#x2F;unison&#x2F;</a>
评论 #29662838 未加载
theandrewbaileyover 3 years ago
I used a tool similar to this for many years. Then WSL happened, and I started using rsync in there instead to backup and restore stuff on Windows, just like I do on Linux.
评论 #29662579 未加载
dade_over 3 years ago
I use this for managing offline backups and syncing my music library to my phone and a USB stick for my car stereo. Great tool, stable and dependable.
jbc1over 3 years ago
I looked at a fair amount of sync and backup tools for macOS a little while ago including this one and couldn’t find any that copied to an external drive on connection. Only on a schedule.<p>Does anyone know if this is a technical limitation? It seemed like such a core thing to me but it just kept coming up missing.
orevover 3 years ago
For anyone mentioning rsync, I would assert that rsync is very poorly named, and has polluted the ‘sync’ namespace with a meaning outside of what most people understand synchronization to be.<p>Outside of rsync, the ‘sync’ term almost invariably refers to bi-directional synchronization, with data going between both systems, so when the process is complete, both sides match. Rsync does not do this—it sends files one way only, which is what most people would refer to as a ‘mirror’.<p>Every other “sync” tool does things bidirectionally, so rsync really doesn’t belong in a comparison with other sync tools.<p>P.S. I’m aware that people who have never known a world without rsync may not realize that there’s a very real dividing line here, and this concept is very much one of the first the needs to be explained to people when first learning rsync.
评论 #29663398 未加载
评论 #29670959 未加载
DerWOKover 3 years ago
Unfortunately no brew install skipt for this gem? Anybody knows why?
betwixthewiresover 3 years ago
Meh I&#x27;ll just stick with syncthing.
wiseleoover 3 years ago
I love this software. It solves a lot of problems with legacy environments where I tend to operate. :)
ww520over 3 years ago
Windows used to have SyncToy in the PowerTools package. Guess this is better for multi platforms.
woldenronover 3 years ago
Where&#x27;s the source then?<p>And it displays ads?
评论 #29663297 未加载
rkagererover 3 years ago
Thoughts vs Beyond Compare (at least for Windows)?<p>UI looks noisier to me.
chaxorover 3 years ago
What are the different use cases for this versus meld?
评论 #29663188 未加载
spiritplumberover 3 years ago
would people be upset if there was an android version?
rspoerriover 3 years ago
i wonder why does this tool needs access to the internet?