snippetbashTip
yadm encrypt — Encrypt files listed in the designated encrypt file. After the files are encrypted they will be save
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 encryptCreate 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 encryptCreate 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.