When comparing duplicity vs FreeFileSync, the Slant community recommends FreeFileSync for most people. In the question“What are the best personal file-syncing solutions?” FreeFileSync is ranked 9th while duplicity is ranked 15th. The most important reason people chose FreeFileSync is:
It will work with MTP, FTP, SFTP, FTPS, and more.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Encrypted locally before sending (using GnuPG)
Data is encrypted locally before being sent, and kept encrypted by a key that is never stored on the remote machine. So you might even store your data on a public space, people would still need your key or brute force it.
Pro Bandwidth and space efficient
Duplicity uses the rsync algorithm so only the changed parts of files are sent to the archive when doing an incremental backup. For instance, if a long log file increases by just a few lines of text, a small diff will be sent to and saved in the archive. Other backup programs may save a complete copy of the file.
Pro Versioning and incremental backup
You can retrieve older versions or files you recently deleted locally even after having updated your backup.
Pro Free and open-source
Licensed under GNU GPL v2.
Pro Works with scp/ssh, ftp, rsync, Amazon S3...
Duplicity does not make many demands on its archive server. As long as files can be saved to, read from, listed, and deleted from a location, that location can be used as a duplicity backend. Besides increasing choice for the user, it can make a server more secure, as clients only require minimal access.
Pro Has a Dockerized image
Docker allows to run programs on any Linux without having to really install them, and allows to manage versions so it runs exactly the same on different machines.
Pro It supports multiple protocols
It will work with MTP, FTP, SFTP, FTPS, and more.
Pro It can copy locked files
It supports Volume Shadow Copy Service, meaning that it can copy files even if they are in use or otherwise locked.
Pro Cross-platform
It runs on Windows, Linux and MacOS.
Pro Portable version available
Pro It is quite performant
Pro Google Drive support
FreeFileSync provides direct access to Google Drive, no additional software is needed.
Pro Completely free
Source code releases are provided under GPLv2.
Pro It supports realtime sync
It can be configured to constantly monitor two folders for changes and sync them instantly when a change is detected.
Pro It lets you program batch scripts
You can program your own jobs for execution as a script.
Pro It supports case sensitive synchronization
For Unix-like systems.
Pro It supports long file paths
It can copy files and folders with more than 260 characters in their paths.
Pro It supports versioning
Versioning is keeping multiple instances of the modifications of your files.
Pro It can sync both local disks and network shares
Cons
Con You have to invest a few minutes in setup time
Con Does not preserve folder timestamps when copying
Con Memory hog
It runs a little slow on computers who don't have much RAM available.
Con Limited built in history
The program only remembers the latest set of folders you synced, so you have to save your syncs or create batch files.
Con A little intimidating for novices
If you never ran a file syncing software, this can be a little tricky to configure as your first one.
Con No backup encryption
Con It doesn't run on older Linux systems
It's dependencies don't allow it to run on older systems.