Recipe "Ways to make remote Duplicity backup sets available in a local directory"
C1362247611
Jump to navigation
Jump to search
|
Amazon AWS S3
Requirements
Check buckets
https://s3.console.aws.amazon.com/s3/buckets/
https://s3.console.aws.amazon.com/s3/buckets/<bucket>
Download <bucket> to <destination>
aws s3 sync s3://<bucket> <destination>
See https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html