# duply を Homebrew, apk, apt, dnf, MacPorts, Nix, zypper でインストール

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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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
- **バージョン:** 2.5.6
- **ソース概要:** Frontend to the duplicity backup system
- **ホームページ:** <https://duply.net/Main_Page>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- duply (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.5.6
## プロジェクトの歴史と使われ方

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
## 他のパッケージマネージャ記録

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## 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
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
