#7 Document gpg-recipient

This commit is contained in:
Espen Henriksen 2016-04-19 21:56:00 +02:00
parent 34ae748408
commit 33c8cd8a21
No known key found for this signature in database
GPG Key ID: D27FDB6528795773
2 changed files with 12 additions and 0 deletions

6
yadm.1
View File

@ -248,6 +248,12 @@ This feature is enabled by default.
Disable the permission changes to
.IR $HOME/.gnupg/* .
This feature is enabled by default.
.TP
.B yadm.gpg-recipient
Asymmetrically encrypt files with a gpg public/private key pair.
Provide a key ID to encrypt against that public key.
If left blank or not provided, symmetric encryption is used instead.
This feature is disabled by deafult.
.SH ALTERNATES
When managing a set of files across different systems, it can be useful to have
an automated way of choosing an alternate version of a file for a different

View File

@ -150,6 +150,12 @@
Disable the permission changes to $HOME/.gnupg/*. This feature
is enabled by default.
yadm.gpg-recipient
Asymmetrically encrypt files with a gpg public/private key pair.
Provice a key ID to encrypt against that public key.
If left blank or not provided, symmetric encryption is used
instead. This feature is disabled by deafult.
## ALTERNATES
When managing a set of files across different systems, it can be useful
to have an automated way of choosing an alternate version of a file for