add option for passphrase #10

Closed
opened 2018-01-05 05:33:36 +00:00 by import_bot · 2 comments
Collaborator

When doing automatic backups and laying down configuration files with chef/ansible/puppet it would be nice to be able to have a passphrase option for unattended, automatic, encrypted backups.


Imported from Taiga issue 9 (done). Created on 2015-09-03T00:30:08+0000 by Dennis Roberts.

When doing automatic backups and laying down configuration files with chef/ansible/puppet it would be nice to be able to have a passphrase option for unattended, automatic, encrypted backups. --- Imported from Taiga issue 9 (done). Created on 2015-09-03T00:30:08+0000 by Dennis Roberts.
Author
Collaborator

This is implemented now in atticmatic 0.1.6. Thanks for the suggestion!


Comment on 2015-09-03T05:54:40+0000 by Dan Helfman.

This is implemented now in atticmatic 0.1.6. Thanks for the suggestion! --- Comment on 2015-09-03T05:54:40+0000 by Dan Helfman.
Author
Collaborator

Here's the relevant new section of the config file that you can add to turn this on:

[storage]
# Passphrase to unlock the encryption key with. Only use on repositories that
# were initialized with passphrase/repokey encryption.
encryption_passphrase: foo

Comment on 2015-09-03T05:56:12+0000 by Dan Helfman.

Here's the relevant new section of the config file that you can add to turn this on: ``` [storage] # Passphrase to unlock the encryption key with. Only use on repositories that # were initialized with passphrase/repokey encryption. encryption_passphrase: foo ``` --- Comment on 2015-09-03T05:56:12+0000 by Dan Helfman.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#10
No description provided.