TiloBox
Back to directory
Duplicati project preview

Duplicati

Free, open-source backup client for encrypted, scheduled cloud backups.

LicenseLGPL-2.1
GitHub stars18.0k
Last commit1 weeks ago
Tags6 topics
BackupEncryptionCloud BackupWeb UiScheduled BackupsCsharp
Overview

Why consider Duplicati?

Duplicati is an open-source backup software with a web administration UI. It supports incremental block backups, AES-256 encryption, and destinations including Google Drive, OneDrive, and S3.

Guided learning

Learn Duplicati by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Duplicati

Duplicati runs continuously in the background on servers and desktops, performing scheduled, compressed, and encrypted backups with automated verification tests.

Running with Docker

bash
1docker run -d \
2 --name duplicati \
3 -p 8200:8200 \
4 -v $(pwd)/backups:/backups \
5 duplicati/duplicati:latest

Access the Duplicati Web UI on http://localhost:8200.

Duplicati is licensed under the GNU LGPL-2.1 license.

Related tools

More options with a similar category or technology profile.

Duplicati FAQs

Duplicati is listed as a Security tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Duplicati is listed under the LGPL-2.1 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Duplicati is listed as an alternative to CrashPlan. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.