Duplicity

From Indie IT Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

Duplicity is command line software for encrypted bandwidth-efficient backup using the rsync algorithm. It supports full and incremental backups where any file can be restored from a particular point in time when the backup took place.

Installation

sudo add-apt-repository ppa:duplicity-team/ppa
sudo apt-get update
sudo apt-get install duplicity python-pip
sudo -H pip install boto

Usage

Backup

List Archive Sets

List Files

Restore

Links

Duplicity Backup HowTo

Duplicity + Amazon S3