Add more info about transcrypt to man page
This commit is contained in:
parent
59c60a4675
commit
d0556e5f5d
1 changed files with 12 additions and 7 deletions
19
yadm.1
19
yadm.1
|
@ -786,15 +786,20 @@ This can be disabled using the
|
|||
.I yadm.auto-exclude
|
||||
configuration.
|
||||
|
||||
.B Using git-crypt
|
||||
.B Using transcrypt or git-crypt
|
||||
|
||||
A completely separate option for encrypting data is to install and use git-crypt.
|
||||
Once installed, you can run git-crypt commands for the yadm repo by running
|
||||
A completely separate option for encrypting data is to install and use
|
||||
transcrypt or git-crypt.
|
||||
Once installed, you can use these tools by running
|
||||
.B "yadm transcrypt"
|
||||
or
|
||||
.BR "yadm git-crypt" .
|
||||
git-crypt enables transparent encryption and decryption of files in a git repository.
|
||||
You can read
|
||||
https://github.com/AGWA/git-crypt
|
||||
for details.
|
||||
These tools enables transparent encryption and decryption of files in a git
|
||||
repository. See the following web sites for more information:
|
||||
|
||||
- https://github.com/elasticdog/transcrypt
|
||||
|
||||
- https://github.com/AGWA/git-crypt
|
||||
.LP
|
||||
|
||||
.SH PERMISSIONS
|
||||
|
|
Loading…
Reference in a new issue