Add more info about transcrypt to man page

This commit is contained in:
Tim Byrne 2020-09-25 12:21:10 -05:00
parent 59c60a4675
commit d0556e5f5d
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 12 additions and 7 deletions

19
yadm.1
View File

@ -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