# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, zypper 安装 duply

查看 duply 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:duply
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install duply
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install duply
```

  证据: MacPorts ports tree: sysutils/duply/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add duply
```

  证据: Alpine Linux edge package indexes: duply from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install duply
```

  证据: Debian stable package indexes: duply from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install duply
```

  证据: Fedora Rawhide package metadata: duply from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#duply
```

  证据: nixpkgs package indexes: pkgs/by-name/du/duply/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install duply
```

  证据: openSUSE Tumbleweed package metadata: duply from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:duply
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/duply>
- **版本:** 2.5.6
- **来源摘要:** Frontend to the duplicity backup system
- **主页:** <https://duply.net/Main_Page>
- **上游文档:** <https://duply.net/Main_Page>
- **许可证:** GPL-2.0-only
- **源码归档:** <https://downloads.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/2.5.x/duply_2.5.6.tgz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- duply (cli)
- duply (别名)

## 依赖

- duplicity

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 2.5.6
- 本地数据: OK
- 上游仓库: https://duply.net/Main_Page
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

duply is a shell frontend for duplicity that keeps recurring backup settings in profiles and makes encrypted incremental backup jobs easier to run from cron or the command line.

### 项目历史

The duply homepage traces the project back to ftplicity, a GPLv2 shell frontend released by the German computer magazine c't in 2006 for encrypted FTP backups with duplicity. After duplicity changes broke the original software, several fixes appeared, and duply began as one of those ftplicity continuations.

The SourceForge ftplicity project was created to maintain and extend the tool. In version 1.5, the limitation to FTP as the only backend was removed, all duplicity backends became supported, and the project was renamed from ftplicity to duply, short for simple duplicity.

### 采用历史

duply's adoption is tied directly to duplicity users who want profiles, batch commands, key import/export helpers, pre/post scripts, and precondition checks without writing their own shell wrapper.

Package metadata shows duply distributed by Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Ubuntu, and zypper-style ecosystems, which fits its role as a small admin helper installed alongside duplicity.

### 使用方式

Users create a profile under `~/.duply/<profile>/conf` or use a system profile such as `/etc/duply/conf`, then run duply commands for backup, verify, purge, or combined batch operations. The homepage gives `backup_verify_purge` as an example of batch execution.

duply is not a backup engine by itself; it delegates the actual encrypted incremental backup work to duplicity and adds persistent profile configuration plus hook scripts.

### 为什么软件包爱好者会关心

duply matters because it is classic Unix packaging glue: a small shell frontend that turns a powerful but option-heavy backup command into repeatable named jobs.

Its ftplicity-to-duply rename is also a neat packaging history footnote: the name changed when the wrapper stopped being FTP-specific and inherited duplicity's broader backend universe.

### 时间线

- 2006: c't releases ftplicity as a GPLv2 duplicity frontend for encrypted FTP backups.
- 2009: The duply homepage identifies ftplicity 1.2 from October 21, 2009 as a c't ftplicity version.
- Version 1.5: ftplicity removes the FTP-only limitation and is renamed duply.
- 2026: The duply homepage lists 2.5.6 as a release download.

### Related projects

- duplicity is the underlying backup engine and duply's reason to exist.
- Déjà Dup, Backupninja, duplicity-unattended, and other shell wrappers are adjacent frontends listed by duply's alternatives section.

### 来源

- <https://duply.net/Main_Page documents duply's purpose, profile features, ftplicity origin, rename history, related tools, and release-download link.>
- <https://duply.net/Code documents the official source-code location.>
- <https://sourceforge.net/p/ftplicity/code/HEAD/tree/duply/trunk documents the official SourceForge source tree.>
- <https://duplicity.us/ documents duplicity and names duply as a shell frontend formerly known as ftplicity.>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.duply/<profile>/conf, /etc/duply/conf

## Credential files

- Unix: ~/.duply/<profile>/conf, /etc/duply/conf, ~/.duply/<profile>/gpgkey.*.asc
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** duply
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - duply - 2.5.5-1: normalized package name match | Debian stable package indexes: duply from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | easy to use frontend to the duplicity backup system | https://duply.net
- Nix - duply: normalized package name match | nixpkgs package indexes: pkgs/by-name/du/duply/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - duply - 2.4.1-1: normalized package name match | Ubuntu 24.04 LTS package indexes: duply from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | easy to use frontend to the duplicity backup system | http://duply.net
- apk - duply - 2.5.6-r0: normalized package name match | Alpine Linux edge package indexes: duply from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Wrapper for duplicity | https://duply.net
- apk - duply-doc - 2.5.6-r0: normalized package name match | Alpine Linux edge package indexes: duply-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Wrapper for duplicity (documentation) | https://duply.net
- dnf - duply - 2.5.6-3.fc45: normalized package name match | Fedora Rawhide package metadata: duply from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Wrapper for duplicity | http://duply.net/
- zypper - duply - 2.5.6-1.2: normalized package name match | openSUSE Tumbleweed package metadata: duply from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A frontend for the "duplicity" backup program | https://duply.net/
- MacPorts - duply: normalized package name match | MacPorts ports tree: sysutils/duply/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Archive and compression packages](https://pkg.so/zh-hans/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [duplicity](https://pkg.so/zh-hans/brew/duplicity/) - Runtime dependency declared by Homebrew.
- [rsync-time-backup](https://pkg.so/zh-hans/brew/rsync-time-backup/) - Shares pkgdb curated category or tags: backup, cli, shell, system.
- [restic](https://pkg.so/zh-hans/brew/restic/) - Shares pkgdb curated category or tags: backup, cli, system.
- [kopia](https://pkg.so/zh-hans/brew/kopia/) - Shares pkgdb curated category or tags: backup, cli, system.
- [plakar](https://pkg.so/zh-hans/brew/plakar/) - Shares pkgdb curated category or tags: backup, cli, system.
- [asimov](https://pkg.so/zh-hans/brew/asimov/) - Shares pkgdb curated category or tags: backup, cli, system.
- [rustic](https://pkg.so/zh-hans/brew/rustic/) - Shares pkgdb curated category or tags: backup, cli, system.
- [bup](https://pkg.so/zh-hans/brew/bup/) - Shares pkgdb curated category or tags: backup, cli, system.
- [resticprofile](https://pkg.so/zh-hans/brew/resticprofile/) - Local package facts share a topical domain. Shared terms: backup, cli, profiles, system.

## Combined YAML source

View the package source record on GitHub. [combined/duply.yml](https://github.com/mxcl/pkgdb/blob/main/combined/duply.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
