Software Alternatives, Accelerators & Startups

Duplicity

Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server.

Duplicity

Duplicity Reviews and Details

This page is designed to help you find out whether Duplicity is good and if it is the right choice for you.

Screenshots and images

  • Duplicity Landing page
    Landing page //
    2023-09-12

Features & Specs

  1. Encrypted Backups

    Duplicity uses GnuPG to encrypt and sign backups, ensuring that data is secure and protected from unauthorized access.

  2. Incremental Backups

    Supports incremental backups which only save the changes made since the last backup, reducing storage requirements and speeding up the backup process.

  3. Storage Flexibility

    Supports various backends for backup storage including local files, FTP, SCP, Amazon S3, Google Cloud Storage, and others, giving users flexible storage options.

  4. Bandwidth Efficiency

    Uploads bandwidth-efficient tar-format volumes using rsync or ssh+rsync, optimizing network usage.

  5. Open Source

    Duplicity is open source software, meaning it is free to use and the codebase can be reviewed and modified by the community.

  6. Cross-Platform

    Available on various operating systems including Unix-like systems (Linux, macOS) and Windows, making it versatile for different user environments.

Badges

Promote Duplicity. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

Duplicity Movie Review: Beyond The Trailer

"Duplicity" (Funny Movie Review)

Duplicity Spill Review

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Duplicity and what they use it for.
  • Restic: Backups Done Right
    Other popular choices include borg, duplicity, and duplicati. After evaluating these and others mentioned in the comments, I ended up using borg with borgmatic to define homelab backups with yaml files that are version controlled in gitea and deployed using ansible. I also use duplicity to back up my sister in laws storefront website to backblaze. I've been quite happy with both.... - Source: Hacker News / 12 months ago
  • Are small ceph clusters viable?
    Overbuilt and OTT? Sure... But this works fantastically for my use case. I have current backups of everything except my media library because of the size of it; my VM's are all backed up to my Synology nightly using Backy2, my application data gets dumped to that same Synology NAS nightly as well, and all of that also gets synced to Glacier deep storage once a week using Duplicity. I'm going to be adding a new ZFS... Source: over 2 years ago
  • Most used selfhosted services in 2022?
    There are some backup tools in this thread. Duplicati, rsync, restic, Duplicity, Syncthing. Source: almost 3 years ago
  • reposting help with bash script
    Here are a couple of projects that implement what you seem to be trying to do: https://duplicity.gitlab.io , https://borgbackup.readthedocs.io/en/stable/index.html# . You could either use them or just look at the scripts for ideas Writing your own script is a great exercise but a robust, historical and conveniently accessible backup system is more complicated. (I personally use rsnapshot to an encrypted drive... Source: almost 3 years ago
  • Simple backup tools for Fedora?
    GUI based on https://duplicity.gitlab.io/. Source: about 3 years ago
  • Is there a Gnome alternative to FreeFileSync?
    Most people I've seen use either Pika Backup (Borg backend) or Dรฉjร  Dup (Duplicity backend). Source: about 3 years ago
  • Secure, self-hosted FTP-server inside a single container
    For automated backups to/from services like onedrive, duplicity is great: https://duplicity.gitlab.io/. Source: about 3 years ago
  • Restic: Backups Done Right
    Http://duplicity.nongnu.org/ at least can use PGP public keys. I've used it for a long time and not seen any particular reason to change. - Source: Hacker News / almost 4 years ago
  • Encrypt channel.backup?
    There are backup tools with built-in encryption like borg backup or duplicity, these should be fine. If you already have a backup process and it's missing encryption then you should be able to use e.g. Age or gpg. Source: about 4 years ago
  • What is everyone using to backup their multiple TB's of data?
    For my family photos (critical, irreplaceable, on plex), I use duplicity which can make use of Amazon Glacier and Deep Archive for really cheap storage (0.00099 /gb /month no joke) with incremental versioning and client side encryption. Long restore time, but perfect for disaster recovery on data that doesn't change much. Want to set up the same for music (which rarely but sometimes changes, e.g. Correcting tags). Source: over 4 years ago
  • What do you wish you knew before starting grad school?
    And google docs / apple cloud etc. aren't proper backups. They can cancel your account, be inaccessible, or hacked even. There's software like duplicity that can upload encrypted backups to multiple services, which are handy. But in any case, if you're doing cloud backups, do do redundant local backups too. My setup is I've a USB stick tacked onto a Raspberry Pi computer, and use something called borg to do daily... Source: over 4 years ago
  • Happy World Backup Day!
    I have had good success using [Duplicity](http://duplicity.nongnu.org/) via [Duply](https://www.duply.net/) for a few years now. The main point for me is that duplicity directly backs up to many cloud-storage endpoints. I'm using google drive specifically, but it supports a ton of options. Source: over 4 years ago

Summary of the public mentions of Duplicity

Duplicity, an open-source backup and synchronization tool, has garnered a notable presence in the backup utilities domain, particularly for Linux systems. Known for its secure, bandwidth-efficient backup capabilities, its design is based on the widely-used rsync tool. Duplicity is adept at creating encrypted tar-format archives for directory backups, supporting both local and remote transfers over SSH. These features resonate well with users seeking reliable data integrity and security.

Public opinion on Duplicity reflects a mixed yet generally positive sentiment, with appreciation primarily for its encryption abilities and incremental backup system. This is conducive to efficient storage management, as only modified parts of files are updated in subsequent backups after the initial full backup. Users frequently mention these capabilities in forum discussions as a reason for its adoption in personal and professional contexts.

Moreover, Duplicityโ€™s versatility in supporting numerous backend storage options, including popular cloud services like Google Drive, Backblaze, and Amazon Glacier, is frequently highlighted in blog posts and community forums. This flexibility underscores its adaptability to varied infrastructure setups, whether for home use or more complex IT environments. Users cite its integration with tools like Duply for streamlined cloud sync, which enhances its appeal among tech-savvy individuals managing diverse data sources and storage needs.

However, like any tool, Duplicity is not without its challenges. Some criticisms arise from its complexity, especially for users with limited technical backgrounds. Its lack of a native GUI, unlike some competitors, can present a steeper learning curve, necessitating command-line proficiency. While there are GUI implementations based on Duplicity, users occasionally note that these do not fully alleviate the complexity inherent in configuring and executing backups.

Comparatively, Duplicity is regularly juxtaposed with similar solutions such as Duplicati, Borg Backup, and Restic. While Borg and Restic are praised for their speed and ease of use, Duplicity's strong encryption and remote backup capabilities remain competitive advantages. Users engaged in forums express choices based on specific needs - for instance, Duplicity's ability to handle encrypted backups is a decisive factor for users with sensitive data requirements.

In terms of community support, Duplicity benefits from active engagement across various forums and open-source development platforms. This ongoing dialogue and development ensure that issues are promptly addressed and new features considered, contributing to an evolving and improving user experience.

In conclusion, Duplicity remains a solid choice for those emphasizing data security and cross-platform compatibility in their backup strategies. Its ability to adapt to different storage needs while ensuring encrypted, incremental backups, appeals to a dedicated user base, though new adopters might face challenges due to its complexity. The toolโ€™s continuous development and community support imply a positive trajectory for its utility and relevance in the landscape of Linux-based backup solutions.

Do you know an article comparing Duplicity to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Duplicity discussion

Log in or Post with

Is Duplicity good? This is an informative page that will help you find out. Moreover, you can review and discuss Duplicity here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.