HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

yadm encrypt — Encrypt files listed in the designated encrypt file. After the files are encrypted they will be save

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theyadm encryptcommandfilesdesignatedcliencryptlisted

Problem

How to use the yadm encrypt command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/yadm encrypt

Revisions (0)

No revisions yet.