Duplicati
Encrypted, incremental, compressed backups on storage you already have - Amazon S3, Backblaze
B2, Google Drive, Azure, OneDrive, Dropbox, MEGA, Storj, WebDAV, SFTP, FTP, SMB, or a plain
local disk - is what the MIT-licensed Duplicati has quietly done for years. Its security model
is Trust No One: every block is encrypted with AES-256 (or a local GPG instance) before
leaving the machine, and the passphrase never travels, so the storage provider holds only
ciphertext. The block-based storage engine gives the best of both backup worlds: after one
initial full backup, only changed data blocks upload - modify a tiny part of a huge file and
only that part transfers - yet every backup version restores like a full backup in a single
operation, with no incremental chains to replay. Deduplication and compression keep remote
storage growth slow even across years of versions. A web interface manages everything: the
built-in scheduler keeps backups current automatically, flexible filters select folders, file
types, or custom patterns, retention policies prune old versions, and an integrated updater
flags new releases. On compatible object-lock backends, immutable (WORM) storage protects
backup data from ransomware that reaches the credentials. Runs on Windows, macOS, and Linux,
free even for commercial use.
Deploy