mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 02:00:31 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/yadm-encrypt
Executable file
18
tldr/yadm-encrypt
Executable file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# yadm-encrypt
|
||||
|
||||
> Encrypt files listed in the designated encrypt file.
|
||||
> After the files are encrypted they will be save in the designated archive folder.
|
||||
> More information: <https://yadm.io/docs/encryption>.
|
||||
|
||||
- Encrypt files listed in the designated encrypt file:
|
||||
|
||||
`yadm encrypt`
|
||||
|
||||
- Create the necessary files and folders for encryption:
|
||||
|
||||
`touch {{path/to/encrypt_file}} && mkdir {{path/to/archive_folder}}`
|
||||
Reference in New Issue
Block a user