Duplicati: Free backup software to store encrypted backups online

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Duplicacy

    A new generation cloud backup tool

    Duplicacy has been incredibly stable for me over the years and I still prefer it's lock-free deduplication design. Looks like 28 days ago there was a major release as well. Time to upgrade. :)

    https://github.com/gilbertchen/duplicacy

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. kopia

    Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.

    I've had a good experience with Kopia [0] for over a year. Linux and Windows boxes all writing to the same repository, which is synchronized to both B2 and a portable drive every night. The one thing it lacks that I'd like is error correction, so I store it on a RAID1 btrfs system. ECC is apparently being developed [1], but is currently experimental and I believe requires a new repository.

    [0] https://github.com/kopia/kopia

    [1] https://github.com/kopia/kopia/pull/2308

  4. restic

    Fast, secure, efficient backup program

    Even late this warning has to be issued: restic still has serious problems with writing to samba shares - to the honor of the auhors we can see that the manual clearly tells you about that:

    On Linux, storing the backup repository on a CIFS (SMB) share is not recommended due to compatibility issues.

    There seems to be some deeper system level problem with go concurrency:

    https://github.com/restic/restic/issues/2659

  5. arq_restore

    command-line utility for restoring from Arq backups

  6. rclone

    "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files

    Does anyone have experience with comparing restic and Rclone? I feel like they are similar.

    https://rclone.org/

  7. crestic

    Configurable Restic Wrapper

    I've had a good experience with [crestic](https://github.com/nils-werner/crestic), even though it seems a lot smaller and simpler than autorestic.

  8. resticprofile

    Configuration profiles manager and scheduler for restic backup

    There’s also resticprofile which takes care of scheduling (with launchd on macOS) and maintenance tasks for restic. I especially enjoy that resticprofile can create a prom file for the backup status that I can just scoop up to my monitoring.

    https://creativeprojects.github.io/resticprofile/

  9. BorgBackup

    Deduplicating archiver with compression and authenticated encryption.

    I highly recommend Borg Backup. I had to give up on Duplicati years ago, perhaps they're OK now. But Borg is magic.

    https://github.com/borgbackup/borg

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

Did you know that Go is
the 4th most popular programming language
based on number of references?