Skip to content
Gilbert Chen edited this page Mar 7, 2020 · 34 revisions

Welcome to the duplicacy wiki!

Installation

Quick Start

Storage Backends

Commands * init - initialize a new repository and storage * backup - save a snapshot of the repository to the storage * restore - restore files * list - list snapshots and files * check - check the integrity of snapshots * prune - prune snapshots by revision number, tag, or retention policy * cat - print the specified file or snapshot * history - show the history of a file * diff - compare two snapshots or two revisions of a file * password - Change the storage password * add - Add an additional storage for the existing repository * set - Change storage options * copy - Copy snapshots between compatible storages * benchmark - Test disk access and network transfer speeds

Advanced Usage

Use Cases

Design and Implementation

Utilities