~~META: date created = 2016-05-29 13:47 &date modified = 2016-05-29 13:47 ~~ ====== 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="" export AWS_SECRET_ACCESS_KEY="" export PASSPHRASE="" export S3="s3://s3-eu-west-1.amazonaws.com/" ===== List backup sets ===== /usr/local/bin/duplicity collection-status ${S3}/ ===== List files ===== /usr/local/bin/duplicity list-current-files ${S3}/ {{tag>kb linux backup}}