Stouts / Stouts.backup

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

Support symmetric passphrase-only encryption #4

Closed klaemo closed 10 years ago

klaemo commented 10 years ago

AFAIK duplicity uses symmetric encryption when you pass it a passphrase but not a GPG key.

Simply specifying backup_gpg_pw and leaving backup_gpg_key: disabled (the default) enables this behavior.

PS: thank you so much for this ansible role btw. Made setting up automated backups a breeze! :)

klen commented 10 years ago

Thank you!