duplicity

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
duplicity [2017/08/21 08:31] – created baumiduplicity [2017/08/21 19:13] (current) baumi
Line 1: Line 1:
 +~~META:
 +date created = 2016-05-29 13:47
 +&date modified = 2016-05-29 13:47
 +~~
 ====== duplicity ====== ====== duplicity ======
  
Line 7: Line 11:
   - To run duplicity the following packages are required: librsync1 python-boto python-lockfile python-setuptools   - To run duplicity the following packages are required: librsync1 python-boto python-lockfile python-setuptools
  
 +===== Prepare environment (Amazon S3) =====
 +<code bash>
 +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>"
 +</code>
  
 +===== List backup sets =====
 +<code bash>
 +/usr/local/bin/duplicity collection-status ${S3}/<path>
 +</code>
  
 +===== List files =====
 +<code bash>
 +/usr/local/bin/duplicity list-current-files ${S3}/<path>
 +</code>
  
 +{{tag>kb linux backup}}
duplicity.1503297074.txt.gz · Last modified: 2017/08/21 08:31 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki