-
Latest Version
Duplicati 2.2.0.0 (64-bit) LATEST
-
Review by
-
Operating System
Windows 7 64 / Windows 8 64 / Windows 10 64 / Windows 11
-
User Rating
Click to vote -
Author / Product
-
Filename
duplicati-2.2.0.0_stable_2025-10-23-win-x64-gui.msi
-
MD5 Checksum
2d5f337d6b147975882c9f3cff44f384

Backup files and folders with strong AES-256 encryption. Save space with incremental backups and data deduplication. Run backups on any machine through the web-based interface or via a command-line interface. It has a built-in scheduler and auto-updater.
Duplicati is free software and open source. You can use the app for free even for commercial purposes. The source code is licensed under LGPL. Duplicati runs under Windows, Linux, macOS.
It requires the.NET Framework 4.5 or Mono. It uses strong AES-256 encryption to protect your privacy. You can also use GPG to encrypt your backup.
It was designed for online backups from scratch. It is not only data efficient but also handles network issues nicely. E.g. interrupted backups can be resumed and the program tests the content of backups regularly. That way broken backups on corrupt storage systems can be detected before it’s too late.
The backup app is configured by a web interface that runs in any browser (even mobile) and can be accessed - if you like - from anywhere. This also allows running the app on headless machines like a NAS (network-attached storage).
Features and Highlights
- It uses AES-256 encryption (or GNU Privacy Guard) to secure all data before it is uploaded.
- Duplicati uploads a full backup initially and stores smaller, incremental updates afterward to save bandwidth and storage space.
- A scheduler keeps backups up-to-date automatically.
- Encrypted backup files are transferred to targets like FTP, Cloudfiles, WebDAV, SSH (SFTP), Amazon S3, and others.
- It allows backups of folders, document types like e.g. documents or images, or custom filter rules.
- The app is available as an application with an easy-to-use user interface and a command-line tool.
- The program can make proper backups of opened or locked files using the Volume Snapshot Service (VSS) under Windows or the Logical Volume Manager (LVM) under Linux.
Azure Blob Storage
Efficient, cost-effective tiered storage solution ideal for long-term data retention.
Dropbox
Cloud storage with time-saving features for seamless file access and sharing.
Google Cloud Storage
A fully managed service designed for scalable storage of unstructured data.
OneDrive
Microsoft's personal cloud storage solution for secure online file management.
Amazon S3
Offers object storage accessible via a web service interface.
SFTP Server
A secure communication protocol with multiple layers of security architecture.
External Hard Drive
An at-home solution for creating and maintaining personal data backups.
Box.com
Cloud-based collaboration and file-sharing platform tailored for businesses.
Network-Attached Storage (NAS)
A storage solution that allows local file access over a network.
Pricing
FREE
- Monitor backups from anywhere
- Secure credential storage (planned)
- Insights dashboard
- Monitor up to 5 machines
- View the last 200 backups
- 1 year monitoring retention
- Community support
Per machine/month. Billed yearly
- Org Management
- Monitoring & alerts webhooks
- Advanced backup anomaly alerting
- 3 year monitoring retention
- View the last 200 backups
- Priority support
- Cloud based backup management
- Supports multiple backends.
- Strong encryption (AES-256).
- Incremental backups and deduplication.
- Cross-platform compatibility.
- Free and open-source.
- Web-based interface for easy access.
- Requires .NET 4.5 or Mono.
- Encryption setup may be complex.
- Web-based interface might not suit all users.
- Limited mention of mobile app support.
- Dependency on network connectivity for online backups.
What's new in this version:
New user interface:
- The new user interface is rewritten from scratch and has the same general structure as the previous one, but we made some things more user friendly and more visually appealing.
- Should you find a function that is lacking, we have included buttons to switch back-n-forth between the two user interfaces.
New backends:
- We added support for using the cloud services pCloud, Filen and Filejump
- We also added support for connections with SMB
- The new SMB backend can connect directly to a Windows share without needing to mount the folder or install SMB support, and it works on Windows, Linux and macOS
New restore flow:
- The new restore flow is enabled by default and you should not notice anything other than faster restores
- In case there is an issue with this, it is possible to set the option --restore-legacy=true to fall back to the previous restore flow
New signing keys:
- The packages are now signed by Duplicati Inc, and the Windows packages are signed with EV certificates
Remote source support:
- With this version it is now possible to make backups of local and some remote data
- In this version, S3, IDrive, SSH and CIFS sources are supported
- The UI does not yet support editing this nicely, but you can enter a path in the special format to "mount" the remote source
For the commandline (and manual text entry in the UI) enter sources such as: @X:server1|smb://server/share?auth-username=...
- This will cause the backups to fetch data from the remote sources
- We will add an editor to the UI to allow browsing the remote sources, similar to the local files
Archive attributes support:
- For AWS S3 and Azure Blob Storage, Duplicati will now respect the archive attributes and not attempt to read and verify files that have been moved to cold storage
Database updates:
- This version updates the format of the local database to version 17
- This version updates the format of the settings database to v9
- To assist in downgrades there is now a bundled CommandLine.DatabaseTool.exe / duplicati-database-tool that can downgrade databases with minimal data loss.
- For a downgrade from this version to 2.1.0.5 this will only drop a few indexes and not cause any data loss
- Be sure to run the database tool before downgrading the install as the tool needs to be in the latest version
Throttle updated:
- For backups that throttle the transfer speeds, the new throttle logic uses a shared limit for the backup, where previous versions would apply the throttle for each individual stream.
Removed backends:
- The Sia backend has been removed due to an incompatible hardfork
- The Mega backend has been marked as unmaintained due to lack of a supported library
- For now, the Mega library still works, but you should migrate away from it. The new Mega S4 storage might be an option
Updates to all backends:
- All backends are updated to handle timeouts in a granular manner
- This means the option --http-operations-timeout is no longer present, but instead there are now --read-write-timeout, --list-timeout, and -short-timeout. These have sensible defaults but are open for tweaking.
- The option --allowed-ssl-versions is only present for the FTP backend, all other backends use the operating system to figure out what version to use
New datafolder default location:
- For Duplicati running as a service there are now changes for the default folder location
- If you are not running Duplicati as a service/daemon, this change has no effect
- Windows: Avoid storing data in C:WindowsSystem32configsystemprofileAppDataLocalDuplicati and prefer {CommonProgramData}Duplicati, usually resolving to C:ProgramDataDuplicati
- This change is to counter an issue where Windows will wipe the C:Windows folder on major updates, and destroy the backup configuration in the process. If your service stores data under C:Windows you will see a warning in the user interface on startup.
- If you are using --server-datafolder or DUPLICATI_HOME, this has no effect on the database, but may cause your machineid and installid to change
- The machineid.txt and installid.txt would previously be stored in the local app data folder, even when using portable mode or choosing a specific data folder
- This has been fixed, so the files will now follow the database
- If you are using the Duplicati console or otherwise depend on these values, you need to move them into the folder where the database is stored
- This update also sets permissions on the data folder and the databases to prevent unauthorized access from local accounts
- To opt out of setting permissions on each startup, place a file named insecure-permissions.txt inside the data folder
Other large changes:
- New file and folder enumeration logic
- Timeout logic on all backend operations
- Improved database validation and repair logic
- ServerUtil can output JSON for script integration
- Improved support for having Duplicati behind a proxy
- Updated throttle logic, all streams share the throttle
- Improved repair logic
- VSS is automatically on if running on Windows with sufficient privileges
- Improved backend test function
- Ability to suppress warnings
- Support for remotely provided reporting url and remotely managed backup configs
- Added support for Google IAM on Google Drive
OperaOpera 123.0 Build 5669.23 (64-bit)
Vocal RemoverMaster Vocal Remover 1.1025
PhotoshopAdobe Photoshop CC 2026 27.0 (64-bit)
ExpressVPNExpressVPN - Super Fast, Safe & Private
OKXOKX - Buy Bitcoin or Ethereum
Premiere ProAdobe Premiere Pro CC 2025 25.5
PC RepairPC Repair Tool 2025
Hero WarsHero Wars - Online Action Game
TradingViewTradingView - Trusted by 60 Million Traders
LockWiperiMyFone LockWiper (Android) 5.8.1

Comments and User Reviews