User Tools

Site Tools


duplicity

This is an old revision of the document!


duplicity

Installation

  1. Unpack & build – python setup.py build – several libraries + development tools are necessary
  2. To install use “python setup.py install”
  3. To run duplicity the following packages are required: librsync1 python-boto python-lockfile python-setuptools

Prepare environment (Amazon S3)

export AWS_ACCESS_KEY_ID="<fill>"
export AWS_SECRET_ACCESS_KEY="<fill>"
export PASSPHRASE="<fill>"
export S3="s3://s3-eu-west-1.amazonaws.com/<bucket>"

List backup sets

/usr/local/bin/duplicity collection-status ${S3}/<path>

List files

/usr/local/bin/duplicity list-current-files ${S3}/<path>
duplicity.1503297174.txt.gz · Last modified: 2017/08/21 08:32 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki