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
|
.I yadm.auto-exclude
|
||||||
configuration.
|
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.
|
A completely separate option for encrypting data is to install and use
|
||||||
Once installed, you can run git-crypt commands for the yadm repo by running
|
transcrypt or git-crypt.
|
||||||
|
Once installed, you can use these tools by running
|
||||||
|
.B "yadm transcrypt"
|
||||||
|
or
|
||||||
.BR "yadm git-crypt" .
|
.BR "yadm git-crypt" .
|
||||||
git-crypt enables transparent encryption and decryption of files in a git repository.
|
These tools enables transparent encryption and decryption of files in a git
|
||||||
You can read
|
repository. See the following web sites for more information:
|
||||||
https://github.com/AGWA/git-crypt
|
|
||||||
for details.
|
- https://github.com/elasticdog/transcrypt
|
||||||
|
|
||||||
|
- https://github.com/AGWA/git-crypt
|
||||||
.LP
|
.LP
|
||||||
|
|
||||||
.SH PERMISSIONS
|
.SH PERMISSIONS
|
||||||
|
|
Loading…
Reference in a new issue