https://github.com/osbi/puppet-duplicity
https://github.com/osbi/puppet-duplicity
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osbi/puppet-duplicity
- Owner: OSBI
- Created: 2013-03-13T10:54:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T11:14:47.000Z (over 13 years ago)
- Last Synced: 2025-01-18T03:12:00.300Z (over 1 year ago)
- Language: Puppet
- Size: 102 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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