Stouts / Stouts.backup

Ansible role to backup files, databases
MIT License
150 stars 40 forks source link

optional backports duplicity under Debian and fix for GPG2 #28

Open msheiny opened 7 years ago

msheiny commented 7 years ago

Upgraded duply script to version 2.0.1 which adds some fixes for GPG2 support. This had the negative side-effect of breaking S3 targets so I made some relative changes under the conf templates to export AWS credentials into the environment.

Found some other bugs in duplicity that required me to update to the latest version. Unfortunately jessie only had the 0.6 line in their repositories but had the most up-to-date stable releases in jessie-backports. Added functionality to allow install duplicity from backports depending on status of optional backup_modern_duplicty variable boolean (set to false by default).