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. For those mentioning WSL enabling using rsync on Windows: have been using it with Cygwin for years, zero issues. So, WSL wasn't a hard requirement.
I can also recommend Cygwin, and I really don’t understand why so many people seem to have either completely overlooked it, or outright dislike it. It’s so much better than having to keep a full blown WSL “VM”/container just to get access to basic tools.
FreeFileSync: Open-Source File Synchronization and Backup
61–70 of 70 posts
Re: FreeFileSync: Open-Source File Synchronization and Backup
#62Does anyone know if this is a technical limitation? It seemed like such a core thing to me but it just kept coming up missing.
Re: FreeFileSync: Open-Source File Synchronization and Backup
#63Earlier 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.
Re: FreeFileSync: Open-Source File Synchronization and Backup
#64Earlier quoted context omitted.
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
#65There 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
Re: FreeFileSync: Open-Source File Synchronization and Backup
#66The 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. For those mentioning WSL enabling using rsync on Windows: have been using it with Cygwin for years, zero issues. So, WSL wasn't a hard requirement.
You can use the --dry-run option in rsync, with which you can do a pre-run inspection.
Re: FreeFileSync: Open-Source File Synchronization and Backup
#67Re: FreeFileSync: Open-Source File Synchronization and Backup
#68For 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. 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…
Personally I just call both types sync, and remember it can be bidirectional or unidirectional.
Re: FreeFileSync: Open-Source File Synchronization and Backup
#69There 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…
SyncThing seems like a safer bet (better community, proper OSS, etc). :)
Re: FreeFileSync: Open-Source File Synchronization and Backup
#70There 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