An open API service indexing awesome lists of open source software.

https://github.com/osbi/puppet-duplicity


https://github.com/osbi/puppet-duplicity

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Puppet Duplicity

Install duplicity and quickly setup complete system backup to amazon s3

## Variables

1. $backup_action = either backup, restore, or none
2. $file_dest = Amazon S3 Bucket Name
3. $access_id = (aws access key id)
4. $secret_key = (aws_secret_access_key)
5. $backup-filelist = A newline separated list of files and directories to backup

## Setup

1. Install the module
2. Set your variables
3. Include duplicity