duplicity
Table of Contents
duplicity
Installation
- Download from http://duplicity.nongnu.org/
- Unpack & build – python setup.py build – several libraries + development tools are necessary
- To install use “python setup.py install”
- 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.txt · Last modified: 2017/08/21 19:13 by baumi