Live data from Hacker News

FreeFileSync: Open-Source File Synchronization and Backup

freefilesync.org

51–60 of 70 posts

Re: FreeFileSync: Open-Source File Synchronization and Backup

#51
post #37

Earlier quoted context omitted.

It's been a long time since I've used it, but I seem to recall Cygwin having a lot of minor but annoying "gotchas" with things like package management, file paths, etc. that you don't have to deal with in a more complete environment like WSL. The fact that software needs to be specifically compiled for Cygwin is a big enough hassle on its own that I'd rather just use a "real" Linux environment and not have to deal wi…

I tried to use Cygwin a handful of times, but having to stop, close, and re-run the installer every time I forgot some package was overbearing. WSL was much easier to get running (it's a part of Windows!), and since it's a real ubuntu/debian/etc. installation, it behaves like one, too. Far and away much better UX with WSL.

I've only had to stop the terminal if I'm updating cygwin.dll, not if I'm just installing more packages

Re: FreeFileSync: Open-Source File Synchronization and Backup

#52

I've used FreeFileSync to keep two Windows machines in sync for years. It works incredibly well. It's very fast too; copying lots of files in Windows is often bafflingly slow. Whatever this tool does is not. 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…

> It's very fast too This is due to parallel (threaded) copying, which is a paid-for feature in recent versions. If you need fast copying, "robocopy" comes bundled with Windows and it has /mt option that allows spawning multiple copying threads. This is as fast as gets, beating even this tool with ease.

Robocopy uses /mt 8 by default.

Re: FreeFileSync: Open-Source File Synchronization and Backup

#54
post #7

There is apparently also a "Donation Edition" - Everyone who donates is eligible to download a special version of FreeFileSync without any advertisements, including a few of bonus features. It is built from a different source, so it's neither free or open source. Not that anything wrong with it, but it should probably not be distributed under the same name - https://freefilesync.org/faq.php#donation-edition

This project is kinda wonky from a free/open-source perspective. It's ostensibly licensed under GPL-3 (i.e., there's a source zip which has a License.txt that's GPL-3), but it otherwise acts like freeware with a single developer. It has a history of bundling file-droppers/malware; there's a donation edition with a different feature set, with some extra features (including removal of arbitrary limitations on the regul…

That's a hard pass from me. I will keep using Seafile and supporting FOSS by paying for hosting.

Re: FreeFileSync: Open-Source File Synchronization and Backup

#55

Earlier quoted context omitted.

> It's very fast too This is due to parallel (threaded) copying, which is a paid-for feature in recent versions. If you need fast copying, "robocopy" comes bundled with Windows and it has /mt option that allows spawning multiple copying threads. This is as fast as gets, beating even this tool with ease.

Robocopy uses /mt 8 by default.

That's, if /mt is specified without a thread count, the count will default to 8. Without the switch it will run single-threaded.

Re: FreeFileSync: Open-Source File Synchronization and Backup

#56

Earlier quoted context omitted.

This project is kinda wonky from a free/open-source perspective. It's ostensibly licensed under GPL-3 (i.e., there's a source zip which has a License.txt that's GPL-3), but it otherwise acts like freeware with a single developer. It has a history of bundling file-droppers/malware; there's a donation edition with a different feature set, with some extra features (including removal of arbitrary limitations on the regul…

That's a hard pass from me. I will keep using Seafile and supporting FOSS by paying for hosting.

I've been through tons of different file sync/backup solutions but once I landed on seafile I haven't looked back. Truly awesome software, does one thing really well, upgrades are a breeze, I can run it in a container that bind mounts zfs volumes for storage and MySQL database so I can even snapshot those. Love it!

Re: FreeFileSync: Open-Source File Synchronization and Backup

#57
post #37

Earlier quoted context omitted.

It's been a long time since I've used it, but I seem to recall Cygwin having a lot of minor but annoying "gotchas" with things like package management, file paths, etc. that you don't have to deal with in a more complete environment like WSL. The fact that software needs to be specifically compiled for Cygwin is a big enough hassle on its own that I'd rather just use a "real" Linux environment and not have to deal wi…

I tried to use Cygwin a handful of times, but having to stop, close, and re-run the installer every time I forgot some package was overbearing. WSL was much easier to get running (it's a part of Windows!), and since it's a real ubuntu/debian/etc. installation, it behaves like one, too. Far and away much better UX with WSL.

There's a script somewhere called "cyg-get" I think that works like apt-get for Cygwin.

Re: FreeFileSync: Open-Source File Synchronization and Backup

#58
post #37

Earlier quoted context omitted.

It's been a long time since I've used it, but I seem to recall Cygwin having a lot of minor but annoying "gotchas" with things like package management, file paths, etc. that you don't have to deal with in a more complete environment like WSL. The fact that software needs to be specifically compiled for Cygwin is a big enough hassle on its own that I'd rather just use a "real" Linux environment and not have to deal wi…

I tried to use Cygwin a handful of times, but having to stop, close, and re-run the installer every time I forgot some package was overbearing. WSL was much easier to get running (it's a part of Windows!), and since it's a real ubuntu/debian/etc. installation, it behaves like one, too. Far and away much better UX with WSL.

I want to try out Liferea (RSS Reader) for my Windows. Let say it been a pain trying to get it to compile in Cygwin. I reinstalled Cygwin 4 times because I keep missing the dependencies that Liferea needs. I haven't start again because I'm worried that I have to go through this again. That's what happened today. I want to install a full package but people warned not to do it since it will balloon the size.

Re: FreeFileSync: Open-Source File Synchronization and Backup

#59

I've used FreeFileSync to keep two Windows machines in sync for years. It works incredibly well. It's very fast too; copying lots of files in Windows is often bafflingly slow. Whatever this tool does is not. 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…

> It's very fast too This is due to parallel (threaded) copying, which is a paid-for feature in recent versions. If you need fast copying, "robocopy" comes bundled with Windows and it has /mt option that allows spawning multiple copying threads. This is as fast as gets, beating even this tool with ease.

Robocopy is what we used for copying multi-terabyte genomic data files off sequencers. It _mostly_ worked...it was not very fault-tolerant.

Re: FreeFileSync: Open-Source File Synchronization and Backup

#60
post #7

There is apparently also a "Donation Edition" - Everyone who donates is eligible to download a special version of FreeFileSync without any advertisements, including a few of bonus features. It is built from a different source, so it's neither free or open source. Not that anything wrong with it, but it should probably not be distributed under the same name - https://freefilesync.org/faq.php#donation-edition

There apparently also was a Malware Edition: https://news.ycombinator.com/item?id=29662608
Post reply on HN