Automic VaultAutomic Vault

brew

duplicity mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für duplicity in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install duplicity

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install duplicity

MacPorts ports tree · sysutils/duplicity/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add duplicity

Alpine Linux edge package indexes · duplicity · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install duplicity

Debian stable package indexes · duplicity · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install duplicity

Fedora Rawhide package metadata · duplicity · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#duplicity

nixpkgs package indexes · pkgs/by-name/du/duplicity/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S duplicity

Arch Linux sync databases · duplicity · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install duplicity

openSUSE Tumbleweed package metadata · duplicity · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Bandwidth-efficient encrypted backup

Befehle und Aliase

  • duplicity

Verlauf

Projektgeschichte und Nutzung

duplicity is a long-running encrypted, bandwidth-efficient backup tool. It backs up directories by creating encrypted tar-format volumes and uploading them to local or remote storage, using librsync so incrementals record only changed parts of files.

Projektgeschichte

duplicity's public identity has stayed remarkably stable: encrypted remote backups built from tar, GnuPG, and the rsync algorithm. The official site describes this design directly and notes that the package also includes `rdiffdir`, an extension of librsync's `rdiff` idea to directories.

The project later moved its public development to GitLab, where the repository metadata records the current project namespace as created in 2019. The official site still links to older Launchpad downloads for historical releases, showing a longer project history than the GitLab creation date alone.

By 2026 duplicity had reached the 3.x series, with the official site listing 3.1.0 as the current release on June 16, 2026. The stable README also reflects modern Python packaging changes, recommending pipx/venv-style installs for Python 3.11-era externally managed environments.

Adoptionsgeschichte

duplicity's adoption rests on a simple Unix promise: encrypted incremental backups to many storage protocols from a CLI. The official site says it is mature software used for large personal and corporate backups.

The project is packaged broadly across Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE-style ecosystems in the batch metadata. The official site also names Fedora, Debian, and Ubuntu distribution inclusion, reinforcing its long-standing Linux distribution presence.

Its ecosystem includes frontends such as Déjà Dup and duply. The official duplicity homepage points to Déjà Dup releases and describes duply as a shell frontend formerly known as ftplicity.

Wie es verwendet wird

Typical usage is to run duplicity against a source directory and a target URL, using GnuPG keys or passphrases for encryption/signing and a backend URL for storage. Supported backends listed by the official site include S3, Backblaze B2, Dropbox, FTP, GIO, Google Drive, IMAP, local filesystem, Mega, Azure, OneDrive, rclone, rsync, SSH/SCP, SwiftStack, Tahoe-LAFS, and WebDAV.

duplicity supports deleted files, Unix permissions, directories, symbolic links, FIFOs, and device files, but the official site notes hard links are not supported. Administrators often wrap it in cron jobs, system scripts, duply profiles, or GUI frontends.

Warum Paket-Nerds sich dafür interessieren

duplicity matters to package maintainers because it is old, security-sensitive infrastructure at the intersection of Python packaging, GnuPG, librsync, remote-storage SDKs, and system backup policy.

It also anchors a family of related packages. Duplicacy's README compares itself directly with duplicity, and duply exists primarily to profile and automate duplicity invocations. That makes duplicity both an executable and a reference point in backup-tool design debates.

Zeitleiste

  • 2000s: duplicity establishes its core model of encrypted tar volumes plus librsync-based incrementals.
  • 2019: The current GitLab project namespace is created.
  • 2025: duplicity 3.0.x releases continue through GitLab tags.
  • 2026: duplicity 3.1.0 is released on June 16, 2026 according to the official homepage.

Related projects

  • librsync and GnuPG are core dependencies in duplicity's design.
  • rdiff-backup is historically adjacent and is linked from duplicity's site.
  • Déjà Dup and duply are prominent frontends called out by the official homepage.
  • Duplicacy, restic, Duplicati, bup, and Attic are related backup tools often compared with duplicity.

Quellen

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für duplicity wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 7 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 3 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
duplicitycliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version3.1.0
Manager aktualisiert2026-06-22
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://gitlab.com/duplicity/duplicity

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:duplicity
Version3.1.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/duplicity
Homepagehttps://gitlab.com/duplicity/duplicity
Repositoryhttps://gitlab.com/duplicity/duplicity
Upstream-Dokumentationhttps://duplicity.us/docs.html
LizenzGPL-2.0-or-later
Quellarchivhttps://files.pythonhosted.org/packages/ee/5e/6085f6c98ca17f689ef70862749facced6cf708c4496d6241f603471fb37/duplicity-3.1.0.tar.gz
Zuletzt aktualisiert2026-06-22T14:03:12-07:00
Pulseupdated
Abhängigkeitencertifi, cryptography, gnupg, librsync, libsodium, libyaml, python@3.14
Build-Abhängigkeitengettext, pkgconf, rust
Von macOS bereitgestellte Bibliothekenlibffi, libxml2, libxslt
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameduplicity
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

duplicity 3.0.4-1+b1

encrypted bandwidth-efficient backup

https://duplicity.gitlab.io/

sudo apt install duplicity
  • Section: utils
  • Architecture: amd64
  • Source Package: duplicity
  • 13 Abhängigkeiten
  • 10 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Duplicity
Debian stable package indexes · deb.debian.org · Debian stable package indexes: duplicity from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

duplicity

nix profile install nixpkgs#duplicity
  • normalized package name match
  • Abgeglichen nach: Duplicity
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/du/duplicity/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

duplicity 2.1.4-3ubuntu2

encrypted bandwidth-efficient backup

https://duplicity.gitlab.io/

sudo apt install duplicity
  • Section: utils
  • Architecture: amd64
  • 7 Abhängigkeiten
  • 12 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Duplicity
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: duplicity from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

duplicity 3.0.7-r0

Encrypted bandwidth-efficient backup using the rsync algorithm

https://duplicity.gitlab.io/duplicity-web/

sudo apk add duplicity
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: duplicity
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Duplicity
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: duplicity from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

duplicity-doc 3.0.7-r0

Encrypted bandwidth-efficient backup using the rsync algorithm (documentation)

https://duplicity.gitlab.io/duplicity-web/

sudo apk add duplicity-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: duplicity
  • normalized package name match
  • Abgeglichen nach: Duplicity
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: duplicity-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

duplicity-lang 3.0.7-r0

Languages for package duplicity

https://duplicity.gitlab.io/duplicity-web/

sudo apk add duplicity-lang
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: duplicity
  • normalized package name match
  • Abgeglichen nach: Duplicity
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: duplicity-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

duplicity-pyc 3.0.7-r0

Precompiled Python bytecode for duplicity

https://duplicity.gitlab.io/duplicity-web/

sudo apk add duplicity-pyc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: duplicity
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Duplicity
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: duplicity-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

duplicity 3.0.7-4.fc45

Encrypted bandwidth-efficient backup using rsync algorithm

https://duplicity.gitlab.io/

sudo dnf install duplicity
  • License: GPL-2.0-or-later AND MIT AND GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: duplicity
  • 10 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Duplicity
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: duplicity from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

duplicity 3.0.7-2

A utility for encrypted, bandwidth-efficient backups using the rsync algorithm

https://duplicity.gitlab.io/

sudo pacman -S duplicity
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 4 Abhängigkeiten
  • 15 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Duplicity
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: duplicity from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

duplicity 3.0.7-2.3

Encrypted bandwidth-efficient backup using the rsync algorithm

https://duplicity.gitlab.io/

sudo zypper install duplicity
  • License: GPL-3.0-or-later
  • Category: Productivity/Archiving/Backup
  • Architecture: x86_64
  • Source Package: duplicity
  • 9 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Duplicity
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: duplicity from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

duplicity-lang 3.0.7-2.3

Translations for package duplicity

https://duplicity.gitlab.io/

sudo zypper install duplicity-lang
  • License: GPL-3.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: duplicity
  • 1 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Duplicity
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: duplicity-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

duplicity

sudo port install duplicity
  • normalized package name match
  • Abgeglichen nach: Duplicity
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/duplicity/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment