# 使用 Homebrew Cask 安装 duplicacy-cli

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

## 安装

```sh
sudo av install cask:duplicacy-cli
```

其他安装命令:

### macOS

- Homebrew Cask (100%):

```sh
brew install --cask duplicacy-cli
```

  证据: local Homebrew cask metadata

## 软件包事实

- **软件包键:** cask:duplicacy-cli
- **软件包管理器:** Homebrew Cask
- **版本:** 3.2.5
- **来源摘要:** Cloud backup tool
- **主页:** <https://duplicacy.com/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- duplicacy (二进制)
- duplicacy (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.2.5
## 项目历史与用法

Duplicacy CLI is a Go-based, cross-platform cloud backup tool built around lock-free deduplication. It is especially interesting in backup-tool history because it explicitly positions its storage model against duplicity, bup, Duplicati, Attic, and restic.

### 项目历史

The public Duplicacy repository was created in 2016 by Gilbert Chen. Its README describes the repository as hosting source code, design documents, and binary releases for the command-line version, with a separate web GUI frontend available from duplicacy.com.

Duplicacy's technical identity is lock-free deduplication: chunks are saved independently by hash rather than through a centralized chunk database, allowing multiple computers to back up to the same cloud storage without communicating directly.

The README notes that the Duplicacy paper explaining the design was accepted by IEEE Transactions on Cloud Computing, which gives the project an unusual bridge between practical backup tooling and published distributed-storage research.

### 采用历史

Duplicacy adoption grew around users who wanted encrypted, deduplicated backups to ordinary cloud storage with concurrent clients. GitHub metadata shows several thousand stars by 2026, and the Homebrew cask packages the prebuilt CLI binary rather than building from source.

The project ships native binaries through GitHub releases and supports many cloud backends, including local disk, SFTP, Dropbox, Amazon S3, Wasabi, Google Cloud Storage, Azure, Backblaze B2, Google Drive, OneDrive, OpenStack Swift, WebDAV-backed services, and others listed in the README.

### 使用方式

Users initialize repositories with Duplicacy metadata, store preferences under `.duplicacy/preferences`, and run commands such as backup, restore, check, prune, and copy against configured storage backends. Credentials may be kept in `.duplicacy/keyring` or referenced through preferences depending on backend and platform integration.

Duplicacy is commonly compared with restic, duplicity, Duplicati, Attic, and bup because all solve encrypted backup and retention problems with different repository formats and locking assumptions.

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

Duplicacy is package-nerd significant because it is a backup tool whose packaging is tied to licensing and binary distribution, not just source availability. The CLI is source-visible and free for personal use, while non-trial commercial backup use requires licenses under upstream terms.

Its design also stresses package-manager thinking about backup tools: small CLI binary, many remote backends, local metadata directories, keyring integration, and a repository format that users expect to survive across upgrades.

### 时间线

- 2016: The public Duplicacy GitHub repository is created.
- 2020: The lock-free deduplication paper is accepted by IEEE Transactions on Cloud Computing according to the README.
- 2023: Duplicacy CLI 3.2.x releases are published.
- 2025: Duplicacy CLI 3.2.5 is published and packaged by the Homebrew cask metadata for this batch.

### Related projects

- Vertical Backup is a related product named by the README as a Duplicacy-based edition for VMware vSphere.
- duplicity, bup, Duplicati, Attic, and restic are related backup tools discussed directly in Duplicacy's comparison section.
- The Duplicacy Web GUI is related as the official graphical frontend for Windows, macOS, and Linux.

### 来源

- <https://raw.githubusercontent.com/gilbertchen/duplicacy/master/README.md documents lock-free deduplication, the IEEE paper, CLI/Web GUI split, supported storage backends, comparisons, and license terms.>
- <https://github.com/gilbertchen/duplicacy/blob/master/GUIDE.md documents command-line usage.>
- <https://api.github.com/repos/gilbertchen/duplicacy documents repository creation, language, stars, license metadata, and activity.>
- <https://api.github.com/repos/gilbertchen/duplicacy/releases documents CLI release history.>


## 安全说明

没有找到 duplicacy-cli 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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: .duplicacy/preferences

## Credential files

- Unix: .duplicacy/keyring, .duplicacy/preferences
## 其他软件包管理器记录

- Nix - duplicacy: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/du/duplicacy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/duplicacy: installed executable or alias match | Scoop official bucket manifest trees: bucket/duplicacy.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

- pkg.so package database
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
