Difference between revisions of "Duplicity"

From Indie IT Wiki
imported>Plittlefield
(Created page with "== Introduction == [http://duplicity.nongnu.org/ Duplicity] is command line software for encrypted bandwidth-efficient backup using the rsync algorithm. It supports full and...")
 
(No difference)

Latest revision as of 16:02, 22 January 2020

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