Free backup software to store encrypted backups online for Windows!

Duplicati

Duplicati

  -  84.53 MB  -  Open Source
  • Latest Version

    Duplicati 2.1.0.4 (64-bit) LATEST

  • Review by

    Michael Reynolds

  • Operating System

    Windows 7 64 / Windows 8 64 / Windows 10 64 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    Duplicati Team / External Link

  • Filename

    duplicati-2.1.0.4_stable_2025-01-31-win-x64-gui.msi

  • MD5 Checksum

    685b0796890369bf4337a907943c712c

Duplicati is a free backup program to store encrypted backups online for PC! It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC, and many others.

Duplicati Screenshot 1

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.
Compatible with your storage providers

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
Duplicati Pro - $5

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
PROS
  • Supports multiple backends.
  • Strong encryption (AES-256).
  • Incremental backups and deduplication.
  • Cross-platform compatibility.
  • Free and open-source.
  • Web-based interface for easy access.
CONS
  • 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.


  • Duplicati 2.1.0.4 (64-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Duplicati 2.1.0.4 (64-bit) Screenshot 1

What's new in this version:

Important changes from 2.0.8.1:
- Updated to .NET8 with OS specific builds
- Using Kestrel as the API/UI server
- Mandatory password and new authentication scheme for server
- Settings database version updated to v8
- Backup database updated to v13
- Automatic updating not supported

- This update builds on beta 2.1.0.3 with only a minor tweak to WebDAV timeouts.

High-level view of changes from beta 2.0.8.1:
- Updated to .NET8 and Kestrel/ASP.NET Core
- Updated the authentication system
- Added support for encrypting database fields
- Fixed a number of stability issues
- Added support for remote control
- Added secret providers
- Updated blocksize to 1MiB by default
- Removed RC4 database encryption (auto-decrypt)
- Added read-write timeout to most backends