Files
cheatsheet-tldr/tldr/yadm-encrypt
2025-08-09 00:20:24 +00:00

19 lines
503 B
Plaintext
Executable File

---
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}}`